Interface ISubmitBlockResponse

Return interface for the RpcClient.submitBlock RPC method.

interface ISubmitBlockResponse {
    report: ISubmitBlockReport;
}

Properties

Properties

Generated using TypeDoc