Polkadot Apps
    Preparing search index...

    Interface Weight

    Substrate weight representing computational and storage resources.

    Matches the shape returned by ReviveApi.call and ReviveApi.eth_transact dry-run results in the weight_required field.

    interface Weight {
        proof_size: bigint;
        ref_time: bigint;
    }
    Index

    Properties

    Properties

    proof_size: bigint

    Proof size component in bytes.

    ref_time: bigint

    Reference time component in picoseconds.