interface ITransaction {
    actions: MsigContract.Interfaces.IAction[];
    context_free_actions: MsigContract.Interfaces.IAction[];
    delay_sec: number;
    expiration: string;
    max_cpu_usage_ms: number;
    max_net_usage_words: number;
    ref_block_num: number;
    ref_block_prefix: number;
    transaction_extensions: MsigContract.Interfaces.IExtension[];
}

Hierarchy (view full)

Properties

context_free_actions: MsigContract.Interfaces.IAction[]
delay_sec: number
expiration: string
max_cpu_usage_ms: number
max_net_usage_words: number
ref_block_num: number
ref_block_prefix: number
transaction_extensions: MsigContract.Interfaces.IExtension[]