TransferToSavings public struct TransferToSavings : OperationType, Equatable from Declaration Swift public var from: String to Declaration Swift public var to: String amount Declaration Swift public var amount: Asset memo Declaration Swift public var memo: String init(from:to:amount:memo:) Declaration Swift public init( from: String, to: String, amount: Asset, memo: String ) © 2018 . All rights reserved. (Last updated: 2018-09-18) Generated by jazzy ♪♫ v0.9.3, a Realm project.