Interface ISignedTxn<TTxn>
Assembly: cs.temp.dll.dll
Syntax
public interface ISignedTxn<TTxn>
where TTxn : ITransaction, IEquatable<TTxn>
Type Parameters
Properties
AuthAddr
The signer of the transaction if this account was rekeyed.
Declaration
Address AuthAddr { get; set; }
Property Value
Lsig
The logic sig used to sign the transaction if there was one.
Declaration
LogicSig Lsig { get; set; }
Property Value
Msig
The multi-signature used to sign the transaction if there was one.
Declaration
MultisigSig Msig { get; set; }
Property Value
Sig
The signature used to sign the transaction if there was one.
Declaration
Property Value
Txn
Declaration
Property Value