UNPKG

@mcchadwick/fiosdk

Version:

The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryp

12 lines (11 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RawAction = void 0; class RawAction { constructor() { this.account = ''; //'testeostoken', this.name = ''; //'transfer', this.authorization = new Array(); } } exports.RawAction = RawAction;