types

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name  string
	Owner common.Address
}

App is bind of AppRegistry.App

type ConsentData

type ConsentData struct {
	Action   uint8
	DataType string
	Allow    bool
}

ConsentData is bind of Consents.ConsentData

type DataId

type DataId struct {
	types.DataId
}

DataId is bridge type between airbloc-go and contract bind

type DataType

type DataType struct {
	Name       string
	Owner      common.Address
	SchemaHash common.Hash
}

DataType is bind of DataTypeRegistry.DataType

type Escrow

type Escrow struct {
	Addr common.Address
	Sign [4]byte
	Args []byte
}

Escrow is bind of ExchangeLib.Escrow

type ID

type ID struct {
	types.ID
}

ID is bridge type between airbloc-go and contract bind

type Offer

type Offer struct {
	Provider string
	Consumer common.Address
	DataIds  []DataId
	At       *big.Int
	Until    *big.Int
	Escrow   Escrow
	Status   uint8
}

Offer is bind of ExchangeLib.Offer

type RowId

type RowId struct {
	types.RowId
}

RowId is bridge type between airbloc-go and contract bind

type User

type User struct {
	Owner      common.Address
	Controller common.Address
	Status     uint8
}

User is bind of Users.User

Jump to

Keyboard shortcuts

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