ConstructMemo: {
affiliateAddress: Address;
affiliateFeeBasisPoints: number;
destinationAddress: Address;
destinationAsset: Asset;
feeOption?: FeeOption;
input: CryptoAmount;
interfaceID: string;
limit: BaseAmount;
}
Type declaration
affiliateAddress: Address
affiliateFeeBasisPoints: number
destinationAddress: Address
destinationAsset: Asset
Optional
feeOption?: FeeOption
input: CryptoAmount
interfaceID: string
limit: BaseAmount
Represents parameters used to construct a memo for a transaction.