SIGNATURES
const SIGNATURES: { BLS: 3; SECP256K1: 1;};
Defined in: packages/iso-filecoin/src/utils.js:19
Signature types filecoin network has to sign transactions
Type declaration
BLS
readonly BLS: 3 = 3;
SECP256K1
readonly SECP256K1: 1 = 1;