[][src]Type Definition ckb_jsonrpc_types::FeeRate

type FeeRate = Uint64;

The fee rate is the ratio between fee and transaction weight in unit Shannon per 1,000 bytes.

Based on the context, the weight is either the transaction virtual bytes or serialization size in the block.

This is a 64-bit unsigned integer type encoded as the 0x-prefixed hex string in JSON. See examples of Uint64.