Properties
accountEndpoint
accountEndpoint: string = '/v2/accounts'
bnsLookupUrl
bnsLookupUrl: string = 'https://stacks-node-api.mainnet.stacks.co'
broadcastEndpoint
broadcastEndpoint: string = '/v2/transactions'
chainId
chainId: ChainID = ChainID.Testnet
contractAbiEndpoint
contractAbiEndpoint: string = '/v2/contracts/interface'
Readonly
coreApiUrl
coreApiUrl: string
readOnlyFunctionCallEndpoint
readOnlyFunctionCallEndpoint: string = '/v2/contracts/call-read'
transactionFeeEstimateEndpoint
transactionFeeEstimateEndpoint: string = '/v2/fees/transaction'
transferFeeEstimateEndpoint
transferFeeEstimateEndpoint: string = '/v2/fees/transfer'
version
version: TransactionVersion = TransactionVersion.Testnet
A StacksNetwork using the testnet parameters, but
localhost:3999
as the API URL.