forked from TrueCloudLab/frostfs-api-go
9 lines
127 B
Go
9 lines
127 B
Go
package accounting
|
|
|
|
import (
|
|
"github.com/nspcc-dev/neofs-api-go/v2/accounting"
|
|
)
|
|
|
|
type Decimal struct {
|
|
accounting.Decimal
|
|
}
|