BcsConfig constructor
BcsConfig({})
Implementation
BcsConfig({
required this.vectorType,
required this.addressLength,
this.fixedArrayType,
this.addressEncoding,
this.genericSeparators,
this.types,
this.withPrimitives
});