TransferToVesting

public struct TransferToVesting : OperationType, Equatable

Converts STEEM to VESTS, aka. Powering Up.

  • Account name of sender.

    Declaration

    Swift

    public var from: String
  • to

    Account name of reciever.

    Declaration

    Swift

    public var to: String
  • Amount to power up, must be STEEM.

    Declaration

    Swift

    public var amount: Asset
  • Declaration

    Swift

    public init(from: String, to: String, amount: Asset)