cooptypes - v2026.4.27-2
    Preparing search index...

    Interface ITransaction

    interface ITransaction {
        actions: Interfaces.Wrap.IAction[];
        context_free_actions: Interfaces.Wrap.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: Interfaces.Wrap.IExtension[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    context_free_actions: Interfaces.Wrap.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: Interfaces.Wrap.IExtension[]