UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

6 lines (5 loc) 184 B
export declare type InjectorParams = string; export declare type TxHash = string; export interface Injector { inject(signedOperationBytes: InjectorParams): Promise<TxHash>; }