code
(string): The code to resolve.Promise<ActionCode>
(see ActionCode)
code
(string): The code to check.Promise<ActionCodeStatusResponse>
(see ActionCodeStatusResponse)
code
(string): The code to observe.options
(object): { interval?: number, timeout?: number }
(see ObserveStatusOptions)AsyncGenerator<ActionCodeStatusResponse>
(see ActionCodeStatusResponse)
pubkey
(PublicKey): Userβs public key.sign
(function): Function to sign a message.metadata
(object, optional): Additional metadata (see ActionCodeMeta).Promise<ActionCode>
(see ActionCode)
code
(string): The code to attach to.transaction
(string): The transaction data.meta
(object, optional): Additional metadata (see ActionCodeMeta).Promise<AttachCodeResponse>
(see AttachCodeResponse)
code
(string): The code to attach to.message
(string): The message to attach.meta
(object, optional): Additional metadata (see ActionCodeMeta).Promise<AttachCodeResponse>
(see AttachCodeResponse)
code
(string): The code to finalize.signature
(string): The transaction signature.Promise<FinalizeCodeResponse>
(see FinalizeCodeResponse)
code
(string): The code to finalize.signedMessage
(string): The signed message.Promise<FinalizeCodeResponse>
(see FinalizeCodeResponse)
CodeNotFoundError
: The code does not exist.UnauthorizedError
: The request is unauthorized.ExpiredCodeError
: The code has expired.ActionCodesBaseError
: Base error for ActionCodes.InvalidCodeFormatError
: The code format is invalid.