UNPKG

@dapix/react-native-fio

Version:

The FIO react-native-fio SDK communicates with the FIO Blockchain.

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