UNPKG
@yoroi/api
Version:
latest (6.0.0)
6.0.0
2.0.0
1.5.3
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
The API package of Yoroi SDK
github.com/Emurgo/yoroi/tree/develop/packages/api/README.md
@yoroi/api
/
src
/
cardano
/
api
/
best-block.mocks.ts
10 lines
(8 loc)
•
253 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Chain
}
from
'@yoroi/types'
export
const
bestBlockMockResponse
:
Chain
.
Cardano
.
BestBlock
= {
epoch
:
510
,
slot
:
130081
,
globalSlot
:
135086881
,
hash
:
'ab0093eb78bcb0146355741388632eb50c69407df8fa32de85e5f198d725e8f4'
,
height
:
10850697
, }