UNPKG

@pokt-network/pocket-js

Version:

Pocket-js core package with the main functionalities to interact with the Pocket Network.

8 lines (7 loc) 189 B
/** * Parent class to all Msg to be sent over inside Transactions */ export declare abstract class TxMsg { abstract toStdSignDocMsgObj(): object; abstract toStdTxMsgObj(): any; }