Queries

multisig

A pending multisig operation (opening timepoint, approvals, depositor), or None.

View as Markdown

Category: Accounts & keys

Parameters

ParameterTypeDescription
account_ss58stringMultisig account the pending operation belongs to.
call_hashstringHash of the multisig call, as 0x-prefixed or bare hex.

CLI

btcli query multisig --account <ss58|name> --call-hash <string> --json

Python

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.read("multisig", account_ss58="5F...", call_hash="...")