AnyOperation
public struct AnyOperation : Operation, OperationUnkeyedDecodable
Undocumented
-
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public var type: OperationType -
Undocumented
Declaration
Swift
public var operation: Operation -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> AnyOperation
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
AnyOperation Structure Reference