@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockCanonical
Interface BlockCanonical
interface
BlockCanonical
{
account
:
GenericAccount
;
date
:
Date
;
network
:
bigint
;
operations
:
BlockOperations
[]
;
previous
:
BlockHash
;
signature
:
Buffer
;
signer
:
Account
;
subnet
:
undefined
|
bigint
;
version
:
number
;
}
Hierarchy
Omit
<
BlockUnsignedCanonical
,
"signature"
>
BlockCanonical
Implemented by
Block
Index
Properties
P
account
P
date
P
network
P
operations
P
previous
P
signature
P
signer
P
subnet
P
version
Properties
account
account
:
GenericAccount
date
date
:
Date
network
network
:
bigint
operations
operations
:
BlockOperations
[]
previous
previous
:
BlockHash
signature
signature
:
Buffer
signer
signer
:
Account
subnet
subnet
:
undefined
|
bigint
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
account
P
date
P
network
P
operations
P
previous
P
signature
P
signer
P
subnet
P
version
@keetanetwork/keetanet-client
Loading...