Skip to content

Instantly share code, notes, and snippets.

@juanfranblanco
Last active December 15, 2020 05:45
Show Gist options
  • Save juanfranblanco/54328d8b77d9d2d75799531cb98ad249 to your computer and use it in GitHub Desktop.
Save juanfranblanco/54328d8b77d9d2d75799531cb98ad249 to your computer and use it in GitHub Desktop.
using System;
using Nethereum.ABI;
using System.Collections.Generic;
public class AbiEncode
{
private static void Main(string[] args)
{
Console.WriteLine(new ABIEncode().GetABIEncoded(new ABIValue("string[]", new[]{"foo"})).Length);
}
}
// (160) copy and paste here http://playground.nethereum.com ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment