这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void EcdsaSignMessage()
}

/// <summary>
/// Gets an addres via ECDSA key
/// Gets an address via ECDSA key
/// </summary>
public void EcdsaGetAddress()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public async void Uri()
}

/// <summary>
/// Mint ERC1155 tokens
/// Mint ERC721 tokens
/// </summary>
public async void MintErc721()
{
Expand All @@ -115,7 +115,7 @@ public async void MintErc721()
}

/// <summary>
/// Transfer ERC1155 tokens
/// Transfer ERC721 tokens
/// </summary>
public async void TransferErc721()
{
Expand Down