Type alias GetNeedsApprovalForSendInput

GetNeedsApprovalForSendInput: {
    account?: string;
    amount: BigNumberish;
    pathId: string;
}

Type declaration

  • Optional account?: string
  • amount: BigNumberish
  • pathId: string