Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | export enum HomeSelectors { TextStxAddress = 'text-stx-address', BtnSend = 'btn-send', InputSendStxFormAddress = 'input-send-stx-form-address', InputSendStxFormAmount = 'input-send-stx-form-amount', InputSendStxFormMemo = 'input-send-stx-form-memo', BtnSendStxFormPreview = 'btn-send-stx-form-preview', BtnSendStxFormSend = 'btn-send-stx-form-send', BtnSendStxFormBroadcastTx = 'btn-send-stx-form-broadcast-tx', InputDecryptWallet = 'input-decrypt-wallet', BtnReceive = 'btn-receive', InputReceiveStxAddressPassword = 'input-receive-stx-address-password', BtnRevealStxAddress = 'btn-reveal-stx-address', BtnReceiveStxModalClose = 'btn-receive-stx-modal-close', } |