CreateAssetOperation
public struct CreateAssetOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.assetCreateOperation
-
Undocumented
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public let extensions: Extensions -
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public var asset: Asset -
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func toData() -> Data? -
Undocumented
Declaration
Swift
public func toJSON() -> Any?
View on GitHub
CreateAssetOperation Structure Reference