OPNet
Preparing search index...
IStorageValue
Interface IStorageValue
Description
This interface is used to represent a stored value. IStorageValue
interface
IStorageValue
{
height
:
BigNumberish
;
pointer
:
PointerLike
;
proofs
?:
string
[]
;
value
:
string
|
Buffer
<
ArrayBufferLike
>
;
}
Implemented by
StoredValue
Index
Properties
height
pointer
proofs?
value
Properties
Readonly
height
height
:
BigNumberish
Readonly
pointer
pointer
:
PointerLike
Optional
Readonly
proofs
proofs
?:
string
[]
Readonly
value
value
:
string
|
Buffer
<
ArrayBufferLike
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
pointer
proofs
value
OPNet
Loading...
Description
This interface is used to represent a stored value. IStorageValue