UNPKG

@xoxno/sdk-js

Version:

The SDK to interact with the XOXNO Protocol!

4 lines 271 B
export declare const nonceToHex: (nonce: number) => string; export declare const getIdentifierFromColAndNonce: (collection: string, nonce: number) => string; export declare const isAddressValid: (address: string | Buffer) => boolean; //# sourceMappingURL=helpers.d.ts.map