@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
Block
Type Alias Block
A Block type
type
Block
=
{
block_hash
:
string
;
block_height
:
string
;
block_timestamp
:
string
;
first_version
:
string
;
last_version
:
string
;
transactions
?:
TransactionResponse
[]
;
}
Index
Properties
block_
hash
block_
height
block_
timestamp
first_
version
last_
version
transactions?
Properties
block_
hash
block_hash
:
string
block_
height
block_height
:
string
block_
timestamp
block_timestamp
:
string
first_
version
first_version
:
string
last_
version
last_version
:
string
Optional
transactions
transactions
?:
TransactionResponse
[]
The transactions in the block in sequential order
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
hash
block_
height
block_
timestamp
first_
version
last_
version
transactions
@aptos-labs/ts-sdk - v5.1.4
Loading...
A Block type