SetWithdrawVestingRoute
public struct SetWithdrawVestingRoute : OperationType, Equatable
Sets withdraw vesting route for account.
-
Declaration
Swift
public var fromAccount: String
-
Declaration
Swift
public var toAccount: String
-
Declaration
Swift
public var percent: UInt16
-
Declaration
Swift
public var autoVest: Bool
-
Declaration
Swift
public init( fromAccount: String, toAccount: String, percent: UInt16, autoVest: Bool )