Ƭ BufferLike: Buffer
| TransformableToBuffer | PrefixedHexString | number
Defined in types.ts:19
A Buffer, hex string prefixed with 0x
, Number, or an object with a toBuffer method such as BN.
Ƭ PrefixedHexString: string
Defined in types.ts:14
A hex string prefixed with 0x
.