Interface TransactionBodyBase

An interface for transaction body base.

interface TransactionBodyBase {
    operation: SetOperation | SetMultiOperation;
    parent_tx_hash?: string;
}

Hierarchy (view full)

Properties

parent_tx_hash?: string