package accounting import ( "github.com/nspcc-dev/neofs-api-go/v2/accounting" ) type Decimal struct { accounting.Decimal }