UNPKG

@salad-labs/loopz-typescript

Version:
9 lines 237 B
/** * Each multisig object contains the networkId and multisigAddress properties. */ type MultiSigWallet = { networkId: string; multisigAddress: string; }; export { MultiSigWallet }; //# sourceMappingURL=multisigwallet.d.ts.map