Type alias ApproveParams

ApproveParams: {
    amount?: BaseAmount;
    contractAddress: Address;
    feeOption?: FeeOption;
    signer?: Signer;
    spenderAddress: Address;
    walletIndex?: number;
}

Type declaration

  • Optional amount?: BaseAmount
  • contractAddress: Address
  • Optional feeOption?: FeeOption
  • Optional signer?: Signer
  • spenderAddress: Address
  • Optional walletIndex?: number

Generated using TypeDoc