OPNet
Preparing search index...
IBlockWitnessAPI
Interface IBlockWitnessAPI
interface
IBlockWitnessAPI
{
identity
?:
Buffer
<
ArrayBufferLike
>
;
proofs
:
readonly
Buffer
<
ArrayBufferLike
>
[]
;
publicKey
?:
Address
;
signature
:
Buffer
;
timestamp
:
number
;
trusted
:
boolean
;
}
Implemented by
BlockWitnessAPI
Index
Properties
identity?
proofs
public
Key?
signature
timestamp
trusted
Properties
Optional
Readonly
identity
identity
?:
Buffer
<
ArrayBufferLike
>
Readonly
proofs
proofs
:
readonly
Buffer
<
ArrayBufferLike
>
[]
Optional
Readonly
public
Key
publicKey
?:
Address
Readonly
signature
signature
:
Buffer
Readonly
timestamp
timestamp
:
number
Readonly
trusted
trusted
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
identity
proofs
public
Key
signature
timestamp
trusted
OPNet
Loading...