TransactArgs

Payload accepted by the [[AnchorLink.transact]] method. Note that one of action, actions or transaction must be set.

Summary

MembersDescriptions

public EosSharp.Core.Api.v1.Transaction Transaction

Full transaction to sign.

public EosSharp.Core.Api.v1.Action Action

Action to sign.

public EosSharp.Core.Api.v1.Action[] Actions

Actions to sign.

Members

public EosSharp.Core.Api.v1.Transaction Transaction

Full transaction to sign.

public EosSharp.Core.Api.v1.Action Action

Action to sign.

public EosSharp.Core.Api.v1.Action[] Actions

Actions to sign.

Last updated