OperationType

public protocol OperationType : SteemEncodable, Decodable

A type that represents a operation on the Steem blockchain.

  • isVirtual Default implementation

    Whether the operation is virtual or not.

    Default Implementation

    Declaration

    Swift

    var isVirtual: Bool { get }