Update AVDL compiled types
This commit is contained in:
@ -85,6 +85,7 @@ type Asset struct {
|
||||
AuthEndpoint string `codec:"authEndpoint" json:"authEndpoint"`
|
||||
DepositReqAuth bool `codec:"depositReqAuth" json:"depositReqAuth"`
|
||||
WithdrawReqAuth bool `codec:"withdrawReqAuth" json:"withdrawReqAuth"`
|
||||
UseSep24 bool `codec:"useSep24" json:"useSep24"`
|
||||
}
|
||||
|
||||
func (o Asset) DeepCopy() Asset {
|
||||
@ -106,6 +107,7 @@ func (o Asset) DeepCopy() Asset {
|
||||
AuthEndpoint: o.AuthEndpoint,
|
||||
DepositReqAuth: o.DepositReqAuth,
|
||||
WithdrawReqAuth: o.WithdrawReqAuth,
|
||||
UseSep24: o.UseSep24,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user