UNPKG

@taquito/taquito

Version:

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

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