UNPKG

quiamet

Version:

The web3 inject of bearby walet to access massa blockchain

10 lines (8 loc) 146 B
export interface ReqBody { type: string; payload?: any; from?: string; } export interface CustomEvent extends Event { detail?: string; }