UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

7 lines (6 loc) 154 B
/** * Computes the SHA-256 hash of the given data. * * @param data - the data to hash */ export declare function hash(data: Buffer | string): Buffer;