Binance Web3 Connector JS
    Preparing search index...

    GetErc20ApproveTransactionResponse

    interface GetErc20ApproveTransactionResponse {
        code?: number;
        data?: GetErc20ApproveTransactionResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetErc20ApproveTransactionResponse

    Approve transaction(s) to submit before the swap.

    GetErc20ApproveTransactionResponse

    msg?: string

    GetErc20ApproveTransactionResponse

    success?: boolean

    GetErc20ApproveTransactionResponse

    timestamp?: number | bigint

    GetErc20ApproveTransactionResponse