OperationSeedNonceRevelation

public class OperationSeedNonceRevelation : Operation

Operation to reveal seed nonce to blockchain

  • Block level

    Declaration

    Swift

    public let level: Int
  • Declaration

    Swift

    public let nonce: String
  • Init with wallet object, block level, and nonce

    Declaration

    Swift

    public init(wallet: Wallet, level: Int, nonce: String)
  • 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: OperationSeedNonceRevelation) -> Bool