Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPackageManager ¶
Types ¶
type CustomDIDMethods ¶
type CustomDIDMethods struct {
Blockchain string `tip:"Identity blockchain for custom network"`
Network string `tip:"Identity network for custom network"`
NetworkFlag byte `tip:"Identity network flag for custom network"`
ChainID int `tip:"Chain id for custom network"`
}
CustomDIDMethods struct Example: SUPPORTED_CUSTOM_DID_METHODS='[{"blockchain":"linea","network":"testnet","networkFlag":"0b01000001","chainID":59140}]'
func (*CustomDIDMethods) UnmarshalJSON ¶
func (cn *CustomDIDMethods) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the Unmarshal interface for CustomDIDMethods
type Option ¶
type Option func(*Options)
func WithCustomDIDMethods ¶
func WithVerificationKeyPath ¶
Click to show internal directories.
Click to hide internal directories.