@renegade-fi/renegade-sdk
    Preparing search index...

    Interface SettlementTransaction

    interface SettlementTransaction {
        data: string;
        gas?: string;
        to: string;
        tx_type: string;
        value: string;
    }
    Index

    Properties

    Properties

    data: string
    gas?: string
    to: string
    tx_type: string
    value: string