createDataTx(db: ChainDb, privateKey: PrivateKey, unlockPrivateKey: PrivateKey, actions: Array<DataAction>): Observable<CreateTxRpcResponse> {
        let pubKey = this.cryptoService.getPublicKey(privateKey);
        let initiator = pubKey.toAddress();

        return this.getChainDbStatus(db)