Documentation
¶
Index ¶
Constants ¶
View Source
const ARC0026URLHANDLER = "algorand"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AUrlTxn ¶
type AUrlTxn struct {
AUrlTxnKeyCommon
AUrlTxnKeyreg
}
func MakeQRKeyRegRequest ¶
func (AUrlTxn) ProduceQRCode ¶
type AUrlTxnKeyCommon ¶
type AUrlTxnKeyreg ¶
type AUrlTxnKeyreg struct {
VotePK *string `url:"votekey,omitempty"`
SelectionPK *string `url:"selkey,omitempty"`
StateProofPK *string `url:"sprfkey,omitempty"`
VoteFirst *uint64 `url:"votefst,omitempty"`
VoteLast *uint64 `url:"votelst,omitempty"`
VoteKeyDilution *uint64 `url:"votekd,omitempty"`
}
func (AUrlTxnKeyreg) String ¶
func (krg AUrlTxnKeyreg) String() string
type RawTxn ¶
type RawTxn struct {
Txn types.Transaction `codec:"txn"`
}
Click to show internal directories.
Click to hide internal directories.