getBlockHeadersId

Retrieves blocks from SEQ starting at the ID given in args and ending when the timestamp is greater than End given in args.

type GetBlockHeadersIDArgs struct {
    ID  string `json:"id"`
    End int64  `json:"end"`
}
Response: BlockHeadersResponse 

Last updated