Closed illia-malachyn closed 2 weeks ago
This is a part of https://github.com/onflow/flow-go-sdk/issues/736
Block is used in the following endpoints: GetLatestBlock, GetBlockByID, GetBlockByHeight https://github.com/onflow/flow-go-sdk/blob/master/access/grpc/grpc.go#L239
Block
GetLatestBlock
GetBlockByID
GetBlockByHeight
BlockPayload type on the SDK side https://github.com/onflow/flow-go-sdk/blob/master/block.go#L64
BlockPayload
Actual block payload in the Protobuf schema https://github.com/onflow/flow/blob/master/protobuf/flow/entities/block.proto#L21
This is a part of https://github.com/onflow/flow-go-sdk/issues/736
Block
is used in the following endpoints:GetLatestBlock
,GetBlockByID
,GetBlockByHeight
https://github.com/onflow/flow-go-sdk/blob/master/access/grpc/grpc.go#L239BlockPayload
type on the SDK side https://github.com/onflow/flow-go-sdk/blob/master/block.go#L64Actual block payload in the Protobuf schema https://github.com/onflow/flow/blob/master/protobuf/flow/entities/block.proto#L21