Closed luyzdeleon closed 6 years ago
Create TransactionData which extends from [AnyHashable: Any].
Transaction model needs to have the following properties:
public var nonce = "" public var data:TransactionData? public var signed = "" public var wallet:Wallet?
And the following functions
func isSigned() -> Bool; func sign() throws -> Void;
Create TransactionData which extends from [AnyHashable: Any].
Transaction model needs to have the following properties:
public var nonce = "" public var data:TransactionData? public var signed = "" public var wallet:Wallet?
And the following functions
func isSigned() -> Bool; func sign() throws -> Void;