UNPKG

butterjs-sdk

Version:
13 lines (12 loc) 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VALID_MCS_TOKEN_OUT = exports.GET_MCS_TOKENS = exports.FT_TRANSFER_CALL = exports.ADD_MCS_TOKEN_TO_CHAIN = exports.ADD_NATIVE_TO_CHAIN = exports.SWAP_OUT_NATIVE = exports.TRANSFER_OUT_TOKEN = exports.TRANSFER_OUT_NATIVE = void 0; // near contract event name exports.TRANSFER_OUT_NATIVE = 'transfer_out_native'; exports.TRANSFER_OUT_TOKEN = 'transfer_out_token'; exports.SWAP_OUT_NATIVE = 'swap_out_native'; exports.ADD_NATIVE_TO_CHAIN = 'add_native_to_chain'; exports.ADD_MCS_TOKEN_TO_CHAIN = 'add_mcs_token_to_chain'; exports.FT_TRANSFER_CALL = 'ft_transfer_call'; exports.GET_MCS_TOKENS = 'get_mcs_tokens'; exports.VALID_MCS_TOKEN_OUT = 'valid_mcs_token_out';