UNPKG

@desig/web3

Version:

Desig: The Blockchain-Agnostic Multisig Solution

7 lines (6 loc) 273 B
export declare const isAptosAddress: (address: string | undefined) => address is string; export { toAptosAddress } from '@desig/supported-chains'; export declare const addAptosSignature: (transaction: any, { sig, addr }: { sig: Uint8Array; addr: string; }) => any;