getBlockTransactionsByNamespace
type GetBlockTransactionsByNamespaceArgs struct {
Height uint64 `json:"height"`
Namespace string `json:"namespace"`
}
Response: type SEQTransactionResponse struct {
Txs []*types.SEQTransaction `json:"txs"`
BlockId string `json:"id"`
}Last updated