Generic type representing LONG type. Default to string | number. Since javascript number more than 2 ** 53 -1 cannot be precisely represented, generic type is used
If fee is not set, this value will be added to automatically calculated fee. E.x.: Account is scripted and 400000 fee more is required.
Bytearray encoded as base58 string
Network byte. Could be set as number or as char. If set as char(string), charCodeAt(0) will be used. E.g., 'W' will be converted to '87' If not set, 87 will be used as default
Transaction fee. If not set, fee will be calculated automatically
Fee can be paid in custom token if sponsorship has been set for this token
Can be either address(base58 encoded 24 byte address) or alias. Alias should be used like 'alias:{chainId}:{alias}>'. E.g.: If we have alias 'foo', and we want TESTNET transaction, recipient should be 'alias:T:foo'
If not set, public key will be derived from seed phrase. You should provide senderPublicKey in two cases:
Transaction timestamp. If not set current timestamp will be used. Date.now()
Generated using TypeDoc