@sentio/sdk
    Preparing search index...

    Interface TraceAction

    interface TraceAction {
        address?: string;
        balance?: string;
        callType?: string;
        from: string;
        gas: number;
        init?: string;
        input?: string;
        refundAddress?: string;
        to?: string;
        value: number;
    }
    Index

    Properties

    address?: string
    balance?: string
    callType?: string
    from: string
    gas: number
    init?: string
    input?: string
    refundAddress?: string
    to?: string
    value: number