txfeed

package
v0.0.0-...-9acc6dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2016 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package txfeed implements Chain Core's transaction feeds.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(ctx context.Context, id, alias string) error

Types

type TxFeed

type TxFeed struct {
	ID     string  `json:"id,omitempty"`
	Alias  *string `json:"alias"`
	Filter string  `json:"filter,omitempty"`
	After  string  `json:"after,omitempty"`
}

func Create

func Create(ctx context.Context, alias, fil, after string, clientToken *string) (*TxFeed, error)

func Find

func Find(ctx context.Context, id, alias string) (*TxFeed, error)

func Update

func Update(ctx context.Context, id, alias, after, prev string) (*TxFeed, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL