Skip to main content

ParametersL1Params

@iota/isc-sdk


@iota/isc-sdk / bcs / ParametersL1Params

Variable: ParametersL1Params

const ParametersL1Params: BcsStruct<{ baseToken: BcsStruct<{ coinType: BcsStruct<{ s: BcsType<string, string, string>; }, string>; decimals: BcsType<number, number, "u8">; name: BcsType<string, string, string>; subunit: BcsType<string, string, string>; tickerSymbol: BcsType<string, string, string>; totalSupply: BcsType<string, string | number | bigint, "u64">; unit: BcsType<string, string, string>; useMetricPrefix: BcsType<boolean, boolean, "bool">; }, string>; protocol: BcsStruct<{ epoch: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; epochDurationMs: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; epochStartTimestampMs: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; iotaTotalSupply: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; protocolVersion: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; referenceGasPrice: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; systemStateVersion: BcsStruct<{ int: BcsType<string, string | number | bigint, "u256">; }, string>; }, string>; }, string>

Defined in: isc-sdk/src/bcs.ts:74