stellar-plus
Version:
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
22 lines (21 loc) • 589 B
TypeScript
import { Spec } from '@stellar/stellar-sdk/contract';
export declare const spec: Spec;
export declare enum methods {
balance = "balance",
spendable_balance = "spendable_balance",
allowance = "allowance",
set_admin = "set_admin",
admin = "admin",
set_authorized = "set_authorized",
mint = "mint",
clawback = "clawback",
approve = "approve",
transfer = "transfer",
transfer_from = "transfer_from",
burn = "burn",
burn_from = "burn_from",
decimals = "decimals",
name = "name",
symbol = "symbol",
initialize = "initialize"
}