Operation
public protocol Operation : AnyOperationConvertible, CipherConvertible, DataConvertible, OperationUnkeyedEncodable, Decodable, Encodable
Undocumented
-
Undocumented
Declaration
Swift
var type: OperationType { get } -
Undocumented
Declaration
Swift
var fee: AssetAmount { get set } -
apply(fee:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func apply(fee amount: AssetAmount) -> Self -
to(type:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func to<Output>(type: Output.Type) throws -> Output where Output : Operation -
is(type:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func `is`<Output>(type: Output.Type) -> Bool where Output : Operation
-
asAnyOperation()Extension methodUndocumented
Declaration
Swift
public func asAnyOperation() -> AnyOperation
View on GitHub
Install in Dash
Operation Protocol Reference