Subnet Mining

Propose a block to a subnet validator

Subnet mining occurs through federation participation. In order for a block to be mined, it must be signed by a quorum of validators. This endpoint allows the quorum leader to propose a block to the validators. The validators check that the block is legal, and return a signature if so.

post/v2/block_proposal

Request body

PostBlockProposalSchemaJson required— unresolved $ref

Response

The block proposal was accepted, and the validator returns their signature as a hex string

PostBlockProposalOkaySchemaJson required— unresolved $ref

Changes

Changed in 2 of the 21 revisions of this API.11