menu
cosmos_sdk package
documentation
sdk/serialization/src/protobuf.dart
CosmosProtoMessage
toBase64 method
toBase64 method
dark_mode
light_mode
toBase64
method
String
toBase64
(
)
Implementation
String toBase64() { return StringUtils.decode(toBuffer(), encoding: StringEncoding.base64); }
cosmos_sdk package
documentation
sdk/serialization/src/protobuf
CosmosProtoMessage
toBase64 method
CosmosProtoMessage class