package
0.2.0
Repository: https://github.com/irisnet/core-sdk-go.git
Documentation: pkg.go.dev

# Functions

RejectUnknownFields rejects any bytes bz with an error that has unknown fields for the provided proto.Message type with an option to allow non-critical fields (specified as those fields with bit 11) to pass through.
RejectUnknownFieldsStrict rejects any bytes bz with an error that has unknown fields for the provided proto.Message type.