package
0.0.0-20230801020109-22ee8c03b0ae
Repository: https://github.com/mapdev33/yui-relayer.git
Documentation: pkg.go.dev

# Functions

MarshalJSONAny is a convenience function for packing the provided value in an Any and then proto marshaling it to bytes.
UnmarshalJSONAny is a convenience function for proto unmarshaling an Any from bz and then unpacking it to the interface pointer passed in as iface using the provided AnyUnpacker or returning an error Ex: var x MyInterface err := UnmarshalJSONAny(unpacker, &x, bz).