Skip to content

Commit

Permalink
chore: fix typo and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Sep 29, 2021
1 parent 55d9672 commit 687d9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/Standards/MultiToken/Core.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version `1.0.0`

## Summary

A standard interface for a multi token standard that supports fungible, semi-fungible, and tokens of any type, allowing for ownership, transfer, and batch transfer of tokens regardless of specific type.
A standard interface for a multi token standard that supports fungible, semi-fungible,non-fungible, and tokens of any type, allowing for ownership, transfer, and batch transfer of tokens regardless of specific type.

## Motivation

Expand Down Expand Up @@ -231,6 +231,7 @@ function mt_batch_transfer_call(

// Returns the tokens with the given `token_ids` or `null` if no such token.
function mt_tokens(token_ids: string[]) (Token | null)[]

// Returns the balance of an account for the given `token_id`.
// The balance though wrapped in quotes and treated like a string,
// the number will be stored as an unsigned integer with 128 bits.
Expand Down

0 comments on commit 687d9b5

Please sign in to comment.