stellar-plus
Version:
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
28 lines (27 loc) • 1.33 kB
JavaScript
;
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.methods = exports.spec = void 0;
// Based on the demo-contract project
// within the Hyperledger Cacti repository
// https://github.com/hyperledger/cacti/tree/main/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract
// spell-checker:disable
exports.spec = [
'AAAAAgAAAAAAAAAAAAAAB0RhdGFLZXkAAAAAAgAAAAAAAAAAAAAABU5hbWVzAAAAAAAAAQAAAAAAAAAHQmFsYW5jZQAAAAABAAAAEw==',
'AAAAAAAAAAAAAAAJc2F5X2hlbGxvAAAAAAAAAAAAAAEAAAAR',
'AAAAAAAAAAAAAAAMc2F5X2hlbGxvX3RvAAAAAQAAAAAAAAACdG8AAAAAABEAAAABAAAD6gAAABE=',
'AAAAAAAAAAAAAAAIZ2V0X25hbWUAAAAAAAAAAQAAABE=',
'AAAAAAAAAAAAAAAIc2V0X25hbWUAAAABAAAAAAAAAARuYW1lAAAAEQAAAAA=',
'AAAAAAAAAAAAAAARZ2V0X25hbWVfYnlfaW5kZXgAAAAAAAABAAAAAAAAAAVpbmRleAAAAAAAAAQAAAABAAAAEQ==',
'AAAAAAAAAAAAAAAHZGVwb3NpdAAAAAADAAAAAAAAAARmcm9tAAAAEwAAAAAAAAAIYXNzZXRfaWQAAAATAAAAAAAAAAZhbW91bnQAAAAAAAsAAAAA',
];
// spell-checker:enable
var methods;
(function (methods) {
methods["sayHello"] = "say_hello";
methods["sayHelloTo"] = "say_hello_to";
methods["getName"] = "get_name";
methods["setName"] = "set_name";
methods["getNameByIndex"] = "get_name_by_index";
methods["deposit"] = "deposit";
})(methods || (exports.methods = methods = {}));