Interface TransferToSavingsOperation
interface TransferToSavingsOperation { 0: "transfer_to_savings"; 1: { amount: string | Asset; from: string; memo: string; to: string; }; } Properties
1
1: { amount: string | Asset; from: string; memo: string; to: string; }
Generic operation.