All chains
    Preparing search index...

    Type Alias set_reserves

    set_reserves: TxDescriptor<{ id: number; reserves: undefined[] }>

    Sets the trusted reserve information of an asset.

    Origin must be the Owner of the asset id. The origin must conform to the configured CreateOrigin or be the signed owner configured during asset creation.

    • id: The identifier of the asset.
    • reserves: The full list of trusted reserves information.

    Emits AssetMinBalanceChanged event when successful.