Skip to content

convertWeight

convertWeight(weight): BN

Converts the weight information of an extrinsic to a BN (Big Number).

Parameters

weight: any

The weight information of an extrinsic.

Returns

BN

The weight as a BN.

Source

network/src/chain/Chain.ts:105