PurchaseContentOperation
public struct PurchaseContentOperation : Operation
Undocumented
-
Undocumented
Declaration
Swift
public var uri: String { get set } -
Undocumented
Declaration
Swift
public var consumer: AccountObjectId -
Undocumented
Declaration
Swift
public var price: AssetAmount { get set } -
Undocumented
Declaration
Swift
public var publicElGamal: PubKey -
Undocumented
Declaration
Swift
public var regionCode: UInt32 -
Undocumented
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public init(_ credentials: Credentials, content: Content)
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> PurchaseContentOperation
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
PurchaseContentOperation Structure Reference