NftCreateOperation
public struct NftCreateOperation : Operation
Undocumented
-
Undocumented
Declaration
Swift
public var symbol: String { get set } -
Undocumented
Declaration
Swift
public var options: NftOptions { get set } -
Undocumented
Declaration
Swift
public var definitions: [NftDataType] { get set } -
Undocumented
Declaration
Swift
public var transferable: Bool -
Undocumented
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public var fee: AssetAmount
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> NftCreateOperation
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
NftCreateOperation Structure Reference