Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-03-09 08:54:14 +00:00
parent eeced0f4bc
commit 041b4ef27d
32 changed files with 1579 additions and 1579 deletions

View File

@@ -24,7 +24,7 @@ type NftService struct {
client *client.Client
}
//
// Get a single asset by the contract
func (t *NftService) Asset(request *AssetRequest) (*AssetResponse, error) {
rsp := &AssetResponse{}
@@ -40,7 +40,7 @@ func (t *NftService) Assets(request *AssetsRequest) (*AssetsResponse, error) {
}
//
// Get a collection by its slug
func (t *NftService) Collection(request *CollectionRequest) (*CollectionResponse, error) {
rsp := &CollectionResponse{}