OperationEndorsement

public class OperationEndorsement : Operation

Operation for endorsing a block

  • Block level

    Declaration

    Swift

    public let level: Int
  • Init with wallet and block level

    Declaration

    Swift

    public init(wallet: Wallet, level: Int)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public override func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public func isEqual(_ op: OperationEndorsement) -> Bool