Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransferRequest

Hierarchy

Index

Properties

Properties

chain

chain: string

Optional labels

labels: undefined | object

params

params: { from: string; gas?: undefined | number; gasPrice?: undefined | string; gasPricePolicy?: IGasPricePolicy; maxFeePerGas?: undefined | string; maxPriorityFeePerGas?: undefined | string; to: string; transactionType?: undefined | string; value: string }

Type declaration

  • from: string
  • Optional gas?: undefined | number
  • Optional gasPrice?: undefined | string
  • Optional gasPricePolicy?: IGasPricePolicy
  • Optional maxFeePerGas?: undefined | string
  • Optional maxPriorityFeePerGas?: undefined | string
  • to: string
  • Optional transactionType?: undefined | string
  • value: string

Generated using TypeDoc