singleKeyAddressLayout property
Bcs layout for encoding single key address
Implementation
static final singleKeyAddressLayout = LayoutConst.bcsLazyEnum([
LazyVariantModel(
layout: LayoutConst.bcsBytes,
property: EllipticCurveTypes.ed25519.name,
index: 0),
LazyVariantModel(
layout: LayoutConst.bcsBytes,
property: EllipticCurveTypes.secp256k1.name,
index: 1)
]);