WithdrawVesting

public struct WithdrawVesting : OperationType, Equatable

Starts a vesting withdrawal, aka. Powering Down.

  • Account that is powering down.

    Declaration

    Swift

    public var account: String
  • Amount that is powered down, must be VESTS.

    Declaration

    Swift

    public var vestingShares: Asset
  • Declaration

    Swift

    public init(account: String, vestingShares: Asset)