Interface EasyWalletPayArgs

interface EasyWalletPayArgs {
    amount?: number;
    deadline?: number;
    encrypt?: boolean;
    fee?: number;
    hexMessage?: string;
    message?: string;
    readonly?: boolean;
    to: string;
}

Properties

amount?: number

The amount in Signa to be paid

deadline?: number

The deadline in minutes until the payment will be removed from mem pool, if it is not processed yet Defaults to 1440 (maximum)

encrypt?: boolean

Determines, whether the message will be encrypted, or not. Default is false

fee?: number

The fee to be paid in Signa

hexMessage?: string

The binary hexadecimal message to be sent. You can either send a text or hex message, but not both

message?: string

The text message to be sent

readonly?: boolean

Decides whether the send form on the wallet should be editable or not. Defaults to false

to: string

The recipients address/account Id