UNPKG

@polkadot/types

Version:
7 lines (6 loc) 188 B
export function sign(registry, signerPair, u8a, options) { const encoded = u8a.length > 256 ? registry.hash(u8a) : u8a; return signerPair.sign(encoded, options); }