Transact (with a Session)
internal async Task TransactWithoutSession(EosSharp.Core.Api.v1.Action action)
{
var transactResult = await mySession.Transact(new TransactArgs() { Action = action });
Debug.Log($"Transaction broadcast! {transactResult.Processed}");
}Last updated
