Interface SmartContractRequest

    interface SmartContractRequest {
        address: string;
        callValue?: Record<string, AmountLike>;
        scType: number;
    }
    Index

    Properties

    address: string
    callValue?: Record<string, AmountLike>
    scType: number