Skip to content

SIGNATURE_TYPE

const SIGNATURE_TYPE: {
BLS: 2;
SECP256K1: 1;
};

Defined in: packages/iso-filecoin/src/signature.js:5

Type declaration

BLS

readonly BLS: 2 = 2;

SECP256K1

readonly SECP256K1: 1 = 1;