Type alias ApproveResult

ApproveResult: {
    to: Web3Address;
    data: string;
}

Type declaration

  • to: Web3Address

    Contract address where the unsigned transaction needs to be sent.

  • data: string

    Unsigned transaction data.

Generated using TypeDoc