@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
13 lines • 417 B
TypeScript
import type { FeeConfig } from '../pvm';
export type Context = {
readonly networkID: number;
readonly hrp: string;
readonly xBlockchainID: string;
readonly pBlockchainID: string;
readonly cBlockchainID: string;
readonly avaxAssetID: string;
readonly baseTxFee: bigint;
readonly createAssetTxFee: bigint;
readonly platformFeeConfig: FeeConfig;
};
//# sourceMappingURL=model.d.ts.map