type GetBlockResponse struct {
    Hash              string   `json:"hash"`
    Confirmations     uint64   `json:"confirmations"`
    StrippedSize      int32    `json:"strippedsize"`
    Size              int32    `json:"size"`