OperationType
public protocol OperationType : SteemEncodable, Decodable
A type that represents a operation on the Steem blockchain.
-
isVirtual
Default implementationWhether the operation is virtual or not.
Default Implementation
Declaration
Swift
var isVirtual: Bool { get }