Interface ValueOnlyTransactionBodyBase

An interface for value-only transaction body base.

interface ValueOnlyTransactionBodyBase {
    is_global?: boolean;
    parent_tx_hash?: string;
    ref?: string;
    value?: any;
}

Hierarchy (view full)

Properties

is_global?: boolean
parent_tx_hash?: string
ref?: string
value?: any