Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Description ¶
type FlowInteractionTemplate ¶
type FlowInteractionTemplate struct {
FType string `json:"f_type"`
FVersion string `json:"f_version"`
ID string `json:"id"`
Data Data `json:"data"`
}
func ParseFlix ¶
func ParseFlix(template string) (*FlowInteractionTemplate, error)
func (*FlowInteractionTemplate) GetDescription ¶
func (t *FlowInteractionTemplate) GetDescription() string
func (*FlowInteractionTemplate) IsScript ¶
func (t *FlowInteractionTemplate) IsScript() bool
func (*FlowInteractionTemplate) IsTransaction ¶
func (t *FlowInteractionTemplate) IsTransaction() bool
func (*FlowInteractionTemplate) ReplaceCadenceImports ¶
func (t *FlowInteractionTemplate) ReplaceCadenceImports(networkName string) (string, error)
type Messages ¶
type Messages struct {
Title *Title `json:"title,omitempty"`
Description *Description `json:"description,omitempty"`
}
func (*Messages) GetTitleValue ¶
Click to show internal directories.
Click to hide internal directories.