UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

8 lines 324 B
import { StepDecoded } from '../../types'; /** * Decodes an EVM callscript and returns the transaction path it describes. * * @return An array of Ethereum transactions that describe each step in the path */ export declare function decodeForwardingPath(script: string): StepDecoded[]; //# sourceMappingURL=decode.d.ts.map