@huma-shan/types
v0.40.0
Published
Types for Request Network packages.
Downloads
4
Readme
@huma-shan/types
@huma-shan/types
is a typescript library part of the Request Network protocol.
It is the collection of typescript types shared across @requestnetwork packages.
Installation
npm install @huma-shan/types --save-dev
Usage
import { IdentityTypes, SignatureTypes } from '@huma-shan/types';
const signatureMethod = SignatureTypes.REQUEST_SIGNATURE_METHOD.ECDSA;
const identityType = IdentityTypes.REQUEST_IDENTITY_TYPE.ETHEREUM_ADDRESS;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Read the contributing guide