mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
style: lint network package
This commit is contained in:
@@ -69,7 +69,8 @@ export class StacksMainnet implements StacksNetwork {
|
||||
isMainnet = () => this.version === TransactionVersion.Mainnet;
|
||||
getBroadcastApiUrl = () => `${this.coreApiUrl}${this.broadcastEndpoint}`;
|
||||
getTransferFeeEstimateApiUrl = () => `${this.coreApiUrl}${this.transferFeeEstimateEndpoint}`;
|
||||
getTransactionFeeEstimateApiUrl = () => `${this.coreApiUrl}${this.transactionFeeEstimateEndpoint}`;
|
||||
getTransactionFeeEstimateApiUrl = () =>
|
||||
`${this.coreApiUrl}${this.transactionFeeEstimateEndpoint}`;
|
||||
getAccountApiUrl = (address: string) =>
|
||||
`${this.coreApiUrl}${this.accountEndpoint}/${address}?proof=0`;
|
||||
getAbiApiUrl = (address: string, contract: string) =>
|
||||
|
||||
Reference in New Issue
Block a user