Interface AccountQueueTransaction

interface AccountQueueTransaction {
    auth_change: boolean;
    fee: string;
    fee_level: string;
    max_spend_drops: string;
    seq: number;
}

Properties

auth_change: boolean

Whether this transaction changes this address's ways of authorizing transactions.

fee: string

The Transaction Cost of this transaction, in drops of XRP.

fee_level: string

The transaction cost of this transaction, relative to the minimum cost for this type of transaction, in fee levels.

max_spend_drops: string

The maximum amount of XRP, in drops, this transaction could send or destroy.

seq: number

The Sequence Number of this transaction.