menu
cosmos_sdk package
documentation
sdk/serialization/buffer/any.dart
AnyBinary
AnyBinary.new const constructor
AnyBinary.new const constructor
dark_mode
light_mode
AnyBinary
constructor
const
AnyBinary
(
{
String
?
typeUrl
,
List
<
int
>
?
value
,
})
Implementation
const AnyBinary({this.typeUrl, this.value});
cosmos_sdk package
documentation
sdk/serialization/buffer/any
AnyBinary
AnyBinary.new const constructor
AnyBinary class