CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
ClientBlock
Class ClientBlock
Index
Constructors
constructor
Properties
header
proposals
transactions
uncles
Methods
from
Constructors
constructor
new
ClientBlock
(
header
:
ClientBlockHeader
,
proposals
:
`
0x
${
string
}
`
[]
,
transactions
:
Transaction
[]
,
uncles
:
ClientBlockUncle
[]
,
)
:
ClientBlock
Parameters
header
:
ClientBlockHeader
proposals
:
`
0x
${
string
}
`
[]
transactions
:
Transaction
[]
uncles
:
ClientBlockUncle
[]
Returns
ClientBlock
Properties
header
header
:
ClientBlockHeader
proposals
proposals
:
`
0x
${
string
}
`
[]
transactions
transactions
:
Transaction
[]
uncles
uncles
:
ClientBlockUncle
[]
Methods
Static
from
from
(
blockLike
:
ClientBlockLike
)
:
ClientBlock
Parameters
blockLike
:
ClientBlockLike
Returns
ClientBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
header
proposals
transactions
uncles
Methods
from
GitHub
App
Docs
Playground
CCC Docs
Loading...