Interface ISubmitBlockResponse

Return interface for the RpcClient.submitBlock RPC method.

interface ISubmitBlockResponse {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc