Result
public struct Result
A value representing the result of running a transaction on a given node.
-
The status of the transaction.
Declaration
Swift
public let status: Status
-
The value of the node after running the transaction.
Declaration
Swift
public let value: DatasyncValue