UNPKG

@xoxno/sdk-js

Version:

The SDK to interact with the XOXNO Protocol!

4 lines (3 loc) 225 B
export declare const nonceToHex: (nonce: number) => string; export declare const getIdentifierFromColAndNonce: (collection: string, nonce: number) => string; export declare const isAddressValid: (address: string) => boolean;