Polkadot Apps
Preparing search index...
@polkadot-apps/address
ss58Decode
Function ss58Decode
ss58Decode
(
address
:
string
)
:
{
prefix
:
number
;
publicKey
:
Uint8Array
}
Decode an SS58 address into its raw public key bytes and network prefix.
Parameters
address
:
string
Returns
{
prefix
:
number
;
publicKey
:
Uint8Array
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Polkadot Apps
Loading...
Decode an SS58 address into its raw public key bytes and network prefix.