Method PushSubKey
PushSubKey(uint, uint)
Append a sub key to the front of the path "numSubKeyBits" is the maximum number of bits required to store any value for this sub key.
Declaration
public void PushSubKey(uint numSubKeyBits, uint subKey)
Parameters
Type | Name | Description |
---|---|---|
uint | numSubKeyBits | Number of sub key bits. |
uint | subKey | The sub key. |