Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

subscription source realm

Functions 8

Types 1

type Subscription

struct
 1type Subscription struct {
 2	ID              int64
 3	Payer           address
 4	Payee           address
 5	AmountPerPeriod int64
 6	PeriodBlocks    int64
 7	Balance         int64
 8	NextDueHeight   int64
 9	Active          bool
10}
source

Imports 6

Source Files 2