getBlockTransactions
type GetBlockTransactionsArgs struct {
ID string `json:"block_id"`
}
Response: type TransactionResponse struct {
Txs []*chain.Transaction `json:"txs"`
BlockId string `json:"id"`
}Last updated
type GetBlockTransactionsArgs struct {
ID string `json:"block_id"`
}
Response: type TransactionResponse struct {
Txs []*chain.Transaction `json:"txs"`
BlockId string `json:"id"`
}Last updated