mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
8425e6d238
Issue #12011
11 lines
223 B
Go
11 lines
223 B
Go
package communitytokens
|
|
|
|
import "github.com/status-im/status-go/services/wallet/bigint"
|
|
|
|
type CollectibleContractData struct {
|
|
TotalSupply *bigint.BigInt
|
|
Transferable bool
|
|
RemoteBurnable bool
|
|
InfiniteSupply bool
|
|
}
|