Skip to content

Aura


Storage functions


Authorities

The current authority set.

Python

result = substrate.query(
    'Aura', 'Authorities', []
)

Return value

['[u8; 32]']

CurrentSlot

The current slot of this block.

This will be set in on_initialize.

Python

result = substrate.query(
    'Aura', 'CurrentSlot', []
)

Return value

'u64'