[#126] sdk: add sdk client for all available api requests

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-25 14:51:00 +03:00 committed by Stanislav Bogatyrev
parent 10137b44dd
commit 86e6221b76
3 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,9 @@
package accounting
import (
"github.com/nspcc-dev/neofs-api-go/v2/accounting"
)
type Decimal struct {
accounting.Decimal
}