AssetsFacadeImp
final public class AssetsFacadeImp : AssetsFacade, ECHOQueueble
Implementation of AssetsFacade,ECHOQueueble
-
Undocumented
Declaration
Swift
public init(services: AssetsServices, cryptoCore: CryptoCoreComponent, network: ECHONetwork)
-
Declaration
Swift
public func createAsset(nameOrId: String, passwordOrWif: PassOrWif, asset: Asset, completion: @escaping Completion<Bool>)
-
Declaration
Swift
public func issueAsset(issuerNameOrId: String, passwordOrWif: PassOrWif, asset: String, amount: UInt, destinationIdOrName: String, completion: @escaping Completion<Bool>)
-
Declaration
Swift
public func listAssets(lowerBound: String, limit: Int, completion: @escaping Completion<[Asset]>)
-
Declaration
Swift
public func getAsset(assetIds: [String], completion: @escaping Completion<[Asset]>)