UNPKG

@desig/web3

Version:

Desig: The Blockchain-Agnostic Multisig Solution

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