} else if (this.selectedType == "schema") {
            var sa = DatabaseCreatePageFunction.getSchemaActions(this.schemaActions);
            this.dataService.createSchemaTx(this.db, privKey, unlockPrivateKey, sa)
                .subscribe(rpcCallback, errCallback);
        } else if (this.selectedType == "lock") {