UNPKG

send-crypto

Version:

A minimal JavaScript library / wallet for sending crypto assets

15 lines 1.02 kB
// tslint:disable: member-ordering export class Handler { constructor(_privateKey, _network, _constructorOptions, _sharedState) { } // tslint:disable-line: no-empty // Returns whether or not this can handle the asset handlesAsset; // Returns the address of the account address; // Returns the balance of the account getBalance; getBalanceInSats; // Transfers the asset to the provided address send; sendSats; } //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHlwZXMvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0NBLGtDQUFrQztBQUNsQyxNQUFNLE9BQWdCLE9BQU87SUFNekIsWUFDSSxXQUFtQixFQUNuQixRQUFnQixFQUNoQixtQkFBd0MsRUFDeEMsWUFBa0IsSUFDbkIsQ0FBQyxDQUFDLGdDQUFnQztJQUVyQyxtREFBbUQ7SUFDNUMsWUFBWSxDQUE2QjtJQUVoRCxxQ0FBcUM7SUFDOUIsT0FBTyxDQUlnQjtJQUU5QixxQ0FBcUM7SUFDOUIsVUFBVSxDQUlPO0lBQ2pCLGdCQUFnQixDQUlDO0lBRXhCLDhDQUE4QztJQUN2QyxJQUFJLENBTWE7SUFDakIsUUFBUSxDQU1TO0NBQzNCIn0=