package
0.2.5
Repository: https://github.com/qosgroup/qbase.git
Documentation: pkg.go.dev

# Functions

create a new context nolint: unparam.

# Constants

ContextKeySigners 用于保存tx中签名的账户.

# Structs

The intent of Context is for it to be an immutable object that can be cloned and updated cheaply with WithValue() and passed forward to the next decorator or handler.
XXX add description.