Preparing search index...
The search index is not available
@cosmjs/encoding Documentation
@cosmjs/encoding Documentation
fromBech32
Function fromBech32
from
Bech32
(
address
:
string
, limit
?:
number
)
:
{
data
:
Uint8Array
;
prefix
:
string
;
}
Parameters
address:
string
limit:
number
= Infinity
Returns
{
data
:
Uint8Array
;
prefix
:
string
;
}
Readonly
data
:
Uint8Array
Readonly
prefix
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
@cosmjs/encoding
Documentation
from
Ascii
from
Base64
from
Bech32
from
Hex
from
Rfc3339
from
Utf8
normalize
Bech32
to
Ascii
to
Base64
to
Bech32
to
Hex
to
Rfc3339
to
Utf8
Generated using
TypeDoc