btcutil-js - v0.2.0
GitHub
Preparing search index...
AddressInfo
Interface AddressInfo
interface
AddressInfo
{
address
:
string
;
hash160
?:
Uint8Array
<
ArrayBufferLike
>
;
isForNet
:
boolean
;
pubKeyFormat
?:
number
;
scriptAddress
:
Uint8Array
;
type
:
"p2pkh"
|
"p2sh"
|
"p2wpkh"
|
"p2wsh"
|
"p2tr"
|
"p2pk"
|
"unknown"
;
witnessProgram
?:
Uint8Array
<
ArrayBufferLike
>
;
witnessVersion
?:
number
;
}
Index
Properties
address
hash160?
is
For
Net
pub
Key
Format?
script
Address
type
witness
Program?
witness
Version?
Properties
address
address
:
string
Optional
hash160
hash160
?:
Uint8Array
<
ArrayBufferLike
>
is
For
Net
isForNet
:
boolean
Optional
pub
Key
Format
pubKeyFormat
?:
number
script
Address
scriptAddress
:
Uint8Array
type
type
:
"p2pkh"
|
"p2sh"
|
"p2wpkh"
|
"p2wsh"
|
"p2tr"
|
"p2pk"
|
"unknown"
Optional
witness
Program
witnessProgram
?:
Uint8Array
<
ArrayBufferLike
>
Optional
witness
Version
witnessVersion
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
hash160
is
For
Net
pub
Key
Format
script
Address
type
witness
Program
witness
Version
GitHub
btcutil-js - v0.2.0
Loading...