get

Returns an Application Key with the given KeyIndex

Return

Application key with the given key index or null if not found.

Parameters

index

Key index of the application key.


infix fun List<NetworkKey>.get(index: KeyIndex): NetworkKey?

Returns an Network Key with the given KeyIndex.

Return

Network key that an application key may be bound to.

Parameters

index

Application Key Index.