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