Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CadenceCode ¶
type CadenceCode interface {
ToCadence() string
}
type Contract ¶
type Contract struct { Name string Members []CadenceCode }
type Prepare ¶
type Prepare struct {
Content CadenceCode
}
type SetAccountCode ¶ added in v0.33.19
func (SetAccountCode) ToCadence ¶ added in v0.33.19
func (u SetAccountCode) ToCadence() string
type Transaction ¶
type Transaction struct { Import Import Content CadenceCode }
func (Transaction) ToCadence ¶
func (t Transaction) ToCadence() string
Click to show internal directories.
Click to hide internal directories.