UNPKG

@sei-js/cosmjs

Version:

TypeScript library for CosmJS interactions on the Sei blockchain

8 lines (7 loc) 234 B
/** * Returns the sha256 encoded hash of the given data. * @param data The data to encode. * @returns The sha256 encoded hash of the given data. * @category Utils */ export declare const sha256: (data: Uint8Array) => Uint8Array;