UNPKG

@newfound8ion/newcoin.pools-js

Version:

js module to fetch data from the newcoin.pools smart contract

11 lines (10 loc) 241 B
export declare type EosioAuthorizationObject = { actor: string; permission: string; }; export declare type EosioActionObject = { account: string; name: string; authorization: EosioAuthorizationObject[]; data: any; };