ConstructMemo: {
    affiliateAddress: Address;
    affiliateFeeBasisPoints: number;
    destinationAddress: Address;
    destinationAsset: Asset;
    feeOption?: FeeOption;
    input: CryptoAmount;
    interfaceID: string;
    limit: BaseAmount;
}

Represents parameters used to construct a memo for a transaction.

Type declaration

  • affiliateAddress: Address
  • affiliateFeeBasisPoints: number
  • destinationAddress: Address
  • destinationAsset: Asset
  • Optional feeOption?: FeeOption
  • input: CryptoAmount
  • interfaceID: string
  • limit: BaseAmount

Generated using TypeDoc