FlowCustomTransactionMnemonic
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getAccount() | string | Blockchain account to send from Example: 0x955cd3f17b2fd8ad | |
| getTransaction() | string | Transaction string to send to the chain. Example: transaction(publicKey: String) { prepare(signer: AuthAccount) { signer.addPublicKey(publicKey.decodeHex()) }} | |
| getArgs() | \Tatum\Model\FlowCustomTransactionPKArgsInner[] | Example: null | |
| getMnemonic() | string | Mnemonic to generate private key. Example: urge pulp usage sister evidence arrest palm math please chief egg abuse | |
| getIndex() | float | Index to the specific address from mnemonic. Example: null |