light
type SLI struct {
}type SRI struct {
}type SLI struct {
}type Block struct {
Num hexutil.Uint64
Hash keys.Uint256
Outs []Out
Nils []keys.Uint256
}type Tx struct {
Hash keys.Uint256
Tx stx.T
}Last updated
type SLI struct {
}type SRI struct {
}type SLI struct {
}type Block struct {
Num hexutil.Uint64
Hash keys.Uint256
Outs []Out
Nils []keys.Uint256
}type Tx struct {
Hash keys.Uint256
Tx stx.T
}Last updated
type Out struct {
Root keys.Uint256
State localdb.RootState
}