Memo
public struct Memo : Codable
Undocumented
-
Undocumented
Declaration
Swift
public var from: Address? -
Undocumented
Declaration
Swift
public var to: Address? -
Undocumented
Declaration
Swift
public var message: String -
Undocumented
Declaration
Swift
public let nonce: BigInt -
Undocumented
Declaration
Swift
public init(_ message: String, credentials: Credentials, recipient: Account ) throws -
Undocumented
Declaration
Swift
public init(_ message: String, keyPair: ECKeyPair? = nil, recipient: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce() ) throws
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> Memo
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
Memo Structure Reference