-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.types.Block
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
@liquality/types.Block
Name | Type |
---|---|
BlockType |
any |
TransactionType |
any |
• _raw: BlockType
• Optional
difficulty: number
• hash: string
• Optional
nonce: number
• number: number
• Optional
parentHash: string
• Optional
size: number
• timestamp: number
• Optional
transactions: Transaction
<TransactionType
>[]