Documentation
    Preparing search index...

    Interface TransactionRpcPayloadWithItems

    interface TransactionRpcPayloadWithItems {
        from: string;
        items: RawStructuredItem[];
        messages?: undefined;
        network: string;
        valid_until: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    from: string
    messages?: undefined
    network: string
    valid_until: number