Skip to content

Instantly share code, notes, and snippets.

@farukterzioglu
Created September 1, 2019 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farukterzioglu/c473fafec7b2d9a61a2f56e6e7cef7a6 to your computer and use it in GitHub Desktop.
Save farukterzioglu/c473fafec7b2d9a61a2f56e6e7cef7a6 to your computer and use it in GitHub Desktop.
Erc20-3
#region Assembly Nethereum.Contracts, Version=3.0.0.0, Culture=neutral, PublicKeyToken=8768a594786aba4e
// Nethereum.Contracts.dll
#endregion
using Nethereum.Contracts.CQS;
namespace Nethereum.Contracts
{
public class ContractDeploymentMessage : ContractMessageBase
{
public ContractDeploymentMessage(string byteCode);
public string ByteCode { get; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment