export interface CreateSchemaTxRpcRequest extends RpcRequest {
    // TODO: should be strong typed
    Initiator?: string;
    Signature?: string;
    WitnessBlock?: string;