frostfs-api-go/pkg/accounting/decimal.go
Alex Vanin 86e6221b76 [#126] sdk: add sdk client for all available api requests
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-18 10:45:11 +03:00

9 lines
127 B
Go

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