escrowpb

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: MIT Imports: 10 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EscrowStatus_name = map[int32]string{
	0: "INITIATED",
	1: "ACTIVE",
	2: "CANCELED",
	3: "CLOSED",
}
View Source
var EscrowStatus_value = map[string]int32{
	"INITIATED": 0,
	"ACTIVE":    1,
	"CANCELED":  2,
	"CLOSED":    3,
}
View Source
var Schedule_name = map[int32]string{
	0: "MONTHLY",
	1: "QUARTERLY",
	2: "ANNUALLY",
}
View Source
var Schedule_value = map[string]int32{
	"MONTHLY":   0,
	"QUARTERLY": 1,
	"ANNUALLY":  2,
}
View Source
var TokenType_name = map[int32]string{
	0: "BTT",
}
View Source
var TokenType_value = map[string]int32{
	"BTT": 0,
}

Functions

func RegisterEscrowServiceServer

func RegisterEscrowServiceServer(s *grpc.Server, srv EscrowServiceServer)

Types

type CancelContractRequest

type CancelContractRequest struct {
	ContractId           [][]byte `protobuf:"bytes,1,rep,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	AuthAddress          []byte   `protobuf:"bytes,2,opt,name=auth_address,json=authAddress,proto3" json:"auth_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancelContractRequest) Descriptor

func (*CancelContractRequest) Descriptor() ([]byte, []int)

func (*CancelContractRequest) GetAuthAddress

func (m *CancelContractRequest) GetAuthAddress() []byte

func (*CancelContractRequest) GetContractId

func (m *CancelContractRequest) GetContractId() [][]byte

func (*CancelContractRequest) ProtoMessage

func (*CancelContractRequest) ProtoMessage()

func (*CancelContractRequest) Reset

func (m *CancelContractRequest) Reset()

func (*CancelContractRequest) String

func (m *CancelContractRequest) String() string

func (*CancelContractRequest) XXX_DiscardUnknown

func (m *CancelContractRequest) XXX_DiscardUnknown()

func (*CancelContractRequest) XXX_Marshal

func (m *CancelContractRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CancelContractRequest) XXX_Merge

func (m *CancelContractRequest) XXX_Merge(src proto.Message)

func (*CancelContractRequest) XXX_Size

func (m *CancelContractRequest) XXX_Size() int

func (*CancelContractRequest) XXX_Unmarshal

func (m *CancelContractRequest) XXX_Unmarshal(b []byte) error

type CancelContractResult

type CancelContractResult struct {
	ContractId           []byte     `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	EscrowId             int64      `protobuf:"varint,2,opt,name=escrow_id,json=escrowId,proto3" json:"escrow_id,omitempty"`
	Canceled             bool       `protobuf:"varint,3,opt,name=canceled,proto3" json:"canceled,omitempty"`
	EscrowAddress        []byte     `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	EscrowSignedTime     *time.Time `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CancelContractResult) Descriptor

func (*CancelContractResult) Descriptor() ([]byte, []int)

func (*CancelContractResult) GetCanceled added in v0.0.8

func (m *CancelContractResult) GetCanceled() bool

func (*CancelContractResult) GetContractId added in v0.0.8

func (m *CancelContractResult) GetContractId() []byte

func (*CancelContractResult) GetEscrowAddress

func (m *CancelContractResult) GetEscrowAddress() []byte

func (*CancelContractResult) GetEscrowId added in v0.0.8

func (m *CancelContractResult) GetEscrowId() int64

func (*CancelContractResult) GetEscrowSignedTime

func (m *CancelContractResult) GetEscrowSignedTime() *time.Time

func (*CancelContractResult) ProtoMessage

func (*CancelContractResult) ProtoMessage()

func (*CancelContractResult) Reset

func (m *CancelContractResult) Reset()

func (*CancelContractResult) String

func (m *CancelContractResult) String() string

func (*CancelContractResult) XXX_DiscardUnknown

func (m *CancelContractResult) XXX_DiscardUnknown()

func (*CancelContractResult) XXX_Marshal

func (m *CancelContractResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CancelContractResult) XXX_Merge

func (m *CancelContractResult) XXX_Merge(src proto.Message)

func (*CancelContractResult) XXX_Size

func (m *CancelContractResult) XXX_Size() int

func (*CancelContractResult) XXX_Unmarshal

func (m *CancelContractResult) XXX_Unmarshal(b []byte) error

type ContractID

type ContractID struct {
	ContractId           []byte   `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContractID) Descriptor

func (*ContractID) Descriptor() ([]byte, []int)

func (*ContractID) GetAddress

func (m *ContractID) GetAddress() []byte

func (*ContractID) GetContractId

func (m *ContractID) GetContractId() []byte

func (*ContractID) ProtoMessage

func (*ContractID) ProtoMessage()

func (*ContractID) Reset

func (m *ContractID) Reset()

func (*ContractID) String

func (m *ContractID) String() string

func (*ContractID) XXX_DiscardUnknown

func (m *ContractID) XXX_DiscardUnknown()

func (*ContractID) XXX_Marshal

func (m *ContractID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContractID) XXX_Merge

func (m *ContractID) XXX_Merge(src proto.Message)

func (*ContractID) XXX_Size

func (m *ContractID) XXX_Size() int

func (*ContractID) XXX_Unmarshal

func (m *ContractID) XXX_Unmarshal(b []byte) error

type Escrow

type Escrow struct {
	ContractId           []byte   `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	EscrowId             int64    `protobuf:"varint,2,opt,name=escrow_id,json=escrowId,proto3" json:"escrow_id,omitempty"`
	FromAddress          []byte   `protobuf:"bytes,3,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"`
	ToAddress            []byte   `protobuf:"bytes,4,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"`
	Amount               int64    `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	CollateralAmount     int64    `protobuf:"varint,6,opt,name=collateral_amount,json=collateralAmount,proto3" json:"collateral_amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Escrow) Descriptor

func (*Escrow) Descriptor() ([]byte, []int)

func (*Escrow) GetAmount

func (m *Escrow) GetAmount() int64

func (*Escrow) GetCollateralAmount

func (m *Escrow) GetCollateralAmount() int64

func (*Escrow) GetContractId

func (m *Escrow) GetContractId() []byte

func (*Escrow) GetEscrowId

func (m *Escrow) GetEscrowId() int64

func (*Escrow) GetFromAddress

func (m *Escrow) GetFromAddress() []byte

func (*Escrow) GetToAddress

func (m *Escrow) GetToAddress() []byte

func (*Escrow) ProtoMessage

func (*Escrow) ProtoMessage()

func (*Escrow) Reset

func (m *Escrow) Reset()

func (*Escrow) String

func (m *Escrow) String() string

func (*Escrow) XXX_DiscardUnknown

func (m *Escrow) XXX_DiscardUnknown()

func (*Escrow) XXX_Marshal

func (m *Escrow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Escrow) XXX_Merge

func (m *Escrow) XXX_Merge(src proto.Message)

func (*Escrow) XXX_Size

func (m *Escrow) XXX_Size() int

func (*Escrow) XXX_Unmarshal

func (m *Escrow) XXX_Unmarshal(b []byte) error

type EscrowContract

type EscrowContract struct {
	ContractId           []byte    `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	BuyerAddress         []byte    `protobuf:"bytes,2,opt,name=buyer_address,json=buyerAddress,proto3" json:"buyer_address,omitempty"`
	SellerAddress        []byte    `protobuf:"bytes,3,opt,name=seller_address,json=sellerAddress,proto3" json:"seller_address,omitempty"`
	AuthAddress          []byte    `protobuf:"bytes,4,opt,name=auth_address,json=authAddress,proto3" json:"auth_address,omitempty"`
	Amount               int64     `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	CollateralAmount     int64     `protobuf:"varint,6,opt,name=collateral_amount,json=collateralAmount,proto3" json:"collateral_amount,omitempty"`
	WithholdAmount       int64     `protobuf:"varint,7,opt,name=withhold_amount,json=withholdAmount,proto3" json:"withhold_amount,omitempty"`
	TokenType            TokenType `protobuf:"varint,8,opt,name=token_type,json=tokenType,proto3,enum=escrow.TokenType" json:"token_type,omitempty"`
	PayoutSchedule       Schedule  `protobuf:"varint,9,opt,name=payout_schedule,json=payoutSchedule,proto3,enum=escrow.Schedule" json:"payout_schedule,omitempty"`
	NumPayouts           int32     `protobuf:"varint,10,opt,name=num_payouts,json=numPayouts,proto3" json:"num_payouts,omitempty"`
	Reference            []byte    `protobuf:"bytes,11,opt,name=reference,proto3" json:"reference,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*EscrowContract) Descriptor

func (*EscrowContract) Descriptor() ([]byte, []int)

func (*EscrowContract) GetAmount

func (m *EscrowContract) GetAmount() int64

func (*EscrowContract) GetAuthAddress

func (m *EscrowContract) GetAuthAddress() []byte

func (*EscrowContract) GetBuyerAddress

func (m *EscrowContract) GetBuyerAddress() []byte

func (*EscrowContract) GetCollateralAmount

func (m *EscrowContract) GetCollateralAmount() int64

func (*EscrowContract) GetContractId

func (m *EscrowContract) GetContractId() []byte

func (*EscrowContract) GetNumPayouts

func (m *EscrowContract) GetNumPayouts() int32

func (*EscrowContract) GetPayoutSchedule

func (m *EscrowContract) GetPayoutSchedule() Schedule

func (*EscrowContract) GetReference

func (m *EscrowContract) GetReference() []byte

func (*EscrowContract) GetSellerAddress

func (m *EscrowContract) GetSellerAddress() []byte

func (*EscrowContract) GetTokenType

func (m *EscrowContract) GetTokenType() TokenType

func (*EscrowContract) GetWithholdAmount

func (m *EscrowContract) GetWithholdAmount() int64

func (*EscrowContract) ProtoMessage

func (*EscrowContract) ProtoMessage()

func (*EscrowContract) Reset

func (m *EscrowContract) Reset()

func (*EscrowContract) String

func (m *EscrowContract) String() string

func (*EscrowContract) XXX_DiscardUnknown

func (m *EscrowContract) XXX_DiscardUnknown()

func (*EscrowContract) XXX_Marshal

func (m *EscrowContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EscrowContract) XXX_Merge

func (m *EscrowContract) XXX_Merge(src proto.Message)

func (*EscrowContract) XXX_Size

func (m *EscrowContract) XXX_Size() int

func (*EscrowContract) XXX_Unmarshal

func (m *EscrowContract) XXX_Unmarshal(b []byte) error

type EscrowContractRequest

type EscrowContractRequest struct {
	Contract             []*SignedEscrowContract `protobuf:"bytes,1,rep,name=contract,proto3" json:"contract,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*EscrowContractRequest) Descriptor

func (*EscrowContractRequest) Descriptor() ([]byte, []int)

func (*EscrowContractRequest) GetContract

func (m *EscrowContractRequest) GetContract() []*SignedEscrowContract

func (*EscrowContractRequest) ProtoMessage

func (*EscrowContractRequest) ProtoMessage()

func (*EscrowContractRequest) Reset

func (m *EscrowContractRequest) Reset()

func (*EscrowContractRequest) String

func (m *EscrowContractRequest) String() string

func (*EscrowContractRequest) XXX_DiscardUnknown

func (m *EscrowContractRequest) XXX_DiscardUnknown()

func (*EscrowContractRequest) XXX_Marshal

func (m *EscrowContractRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EscrowContractRequest) XXX_Merge

func (m *EscrowContractRequest) XXX_Merge(src proto.Message)

func (*EscrowContractRequest) XXX_Size

func (m *EscrowContractRequest) XXX_Size() int

func (*EscrowContractRequest) XXX_Unmarshal

func (m *EscrowContractRequest) XXX_Unmarshal(b []byte) error

type EscrowServiceClient

type EscrowServiceClient interface {
	// buyer submit contracts to escrow after buyer and seller agreed contract
	// one contract is one buyer to one seller, and is one escrow in escrow service
	// buyer can submit multiple contracts in one request
	// return same number of results as request contracts
	SubmitContracts(ctx context.Context, in *EscrowContractRequest, opts ...grpc.CallOption) (*SignedSubmitContractResult, error)
	// after submit contract, buyer request to pay in
	// escrow will transfer contract amount from buyer wallet to escrow wallet
	PayIn(ctx context.Context, in *SignedPayinRquest, opts ...grpc.CallOption) (*SignedPayinResult, error)
	// seller use this to check if a contract is paid in
	IsPaid(ctx context.Context, in *SignedContractID, opts ...grpc.CallOption) (*SignedPayinStatus, error)
	// check escrow pay out to seller status of a contract
	GetPayOutStatus(ctx context.Context, in *SignedContractID, opts ...grpc.CallOption) (*SignedPayoutStatus, error)
	// auth request to cancel the contract
	// escrow will cancel the left payments to seller
	CancelContracts(ctx context.Context, in *SignedCancelRequest, opts ...grpc.CallOption) (*SignedCancelContractResult, error)
}

EscrowServiceClient is the client API for EscrowService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEscrowServiceClient

func NewEscrowServiceClient(cc *grpc.ClientConn) EscrowServiceClient

type EscrowServiceServer

type EscrowServiceServer interface {
	// buyer submit contracts to escrow after buyer and seller agreed contract
	// one contract is one buyer to one seller, and is one escrow in escrow service
	// buyer can submit multiple contracts in one request
	// return same number of results as request contracts
	SubmitContracts(context.Context, *EscrowContractRequest) (*SignedSubmitContractResult, error)
	// after submit contract, buyer request to pay in
	// escrow will transfer contract amount from buyer wallet to escrow wallet
	PayIn(context.Context, *SignedPayinRquest) (*SignedPayinResult, error)
	// seller use this to check if a contract is paid in
	IsPaid(context.Context, *SignedContractID) (*SignedPayinStatus, error)
	// check escrow pay out to seller status of a contract
	GetPayOutStatus(context.Context, *SignedContractID) (*SignedPayoutStatus, error)
	// auth request to cancel the contract
	// escrow will cancel the left payments to seller
	CancelContracts(context.Context, *SignedCancelRequest) (*SignedCancelContractResult, error)
}

EscrowServiceServer is the server API for EscrowService service.

type EscrowStatus

type EscrowStatus int32
const (
	EscrowStatus_INITIATED EscrowStatus = 0
	EscrowStatus_ACTIVE    EscrowStatus = 1
	EscrowStatus_CANCELED  EscrowStatus = 2
	EscrowStatus_CLOSED    EscrowStatus = 3
)

func (EscrowStatus) EnumDescriptor

func (EscrowStatus) EnumDescriptor() ([]byte, []int)

func (EscrowStatus) String

func (x EscrowStatus) String() string

type PayinResult

type PayinResult struct {
	PayinId              []byte     `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"`
	Amount               int64      `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	SequenceId           int64      `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"`
	EscrowAddress        []byte     `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	EscrowSignedTime     *time.Time `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*PayinResult) Descriptor

func (*PayinResult) Descriptor() ([]byte, []int)

func (*PayinResult) GetAmount

func (m *PayinResult) GetAmount() int64

func (*PayinResult) GetEscrowAddress

func (m *PayinResult) GetEscrowAddress() []byte

func (*PayinResult) GetEscrowSignedTime

func (m *PayinResult) GetEscrowSignedTime() *time.Time

func (*PayinResult) GetPayinId

func (m *PayinResult) GetPayinId() []byte

func (*PayinResult) GetSequenceId

func (m *PayinResult) GetSequenceId() int64

func (*PayinResult) ProtoMessage

func (*PayinResult) ProtoMessage()

func (*PayinResult) Reset

func (m *PayinResult) Reset()

func (*PayinResult) String

func (m *PayinResult) String() string

func (*PayinResult) XXX_DiscardUnknown

func (m *PayinResult) XXX_DiscardUnknown()

func (*PayinResult) XXX_Marshal

func (m *PayinResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PayinResult) XXX_Merge

func (m *PayinResult) XXX_Merge(src proto.Message)

func (*PayinResult) XXX_Size

func (m *PayinResult) XXX_Size() int

func (*PayinResult) XXX_Unmarshal

func (m *PayinResult) XXX_Unmarshal(b []byte) error

type PayinRquest

type PayinRquest struct {
	PayinId              []byte   `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"`
	BuyerAddress         []byte   `protobuf:"bytes,2,opt,name=buyer_address,json=buyerAddress,proto3" json:"buyer_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PayinRquest) Descriptor

func (*PayinRquest) Descriptor() ([]byte, []int)

func (*PayinRquest) GetBuyerAddress

func (m *PayinRquest) GetBuyerAddress() []byte

func (*PayinRquest) GetPayinId

func (m *PayinRquest) GetPayinId() []byte

func (*PayinRquest) ProtoMessage

func (*PayinRquest) ProtoMessage()

func (*PayinRquest) Reset

func (m *PayinRquest) Reset()

func (*PayinRquest) String

func (m *PayinRquest) String() string

func (*PayinRquest) XXX_DiscardUnknown

func (m *PayinRquest) XXX_DiscardUnknown()

func (*PayinRquest) XXX_Marshal

func (m *PayinRquest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PayinRquest) XXX_Merge

func (m *PayinRquest) XXX_Merge(src proto.Message)

func (*PayinRquest) XXX_Size

func (m *PayinRquest) XXX_Size() int

func (*PayinRquest) XXX_Unmarshal

func (m *PayinRquest) XXX_Unmarshal(b []byte) error

type PayinStatus

type PayinStatus struct {
	Paid                 bool       `protobuf:"varint,1,opt,name=paid,proto3" json:"paid,omitempty"`
	SequenceId           int64      `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"`
	EscrowAddress        []byte     `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	EscrowSignedTime     *time.Time `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*PayinStatus) Descriptor

func (*PayinStatus) Descriptor() ([]byte, []int)

func (*PayinStatus) GetEscrowAddress added in v0.0.8

func (m *PayinStatus) GetEscrowAddress() []byte

func (*PayinStatus) GetEscrowSignedTime added in v0.0.8

func (m *PayinStatus) GetEscrowSignedTime() *time.Time

func (*PayinStatus) GetPaid

func (m *PayinStatus) GetPaid() bool

func (*PayinStatus) GetSequenceId

func (m *PayinStatus) GetSequenceId() int64

func (*PayinStatus) ProtoMessage

func (*PayinStatus) ProtoMessage()

func (*PayinStatus) Reset

func (m *PayinStatus) Reset()

func (*PayinStatus) String

func (m *PayinStatus) String() string

func (*PayinStatus) XXX_DiscardUnknown

func (m *PayinStatus) XXX_DiscardUnknown()

func (*PayinStatus) XXX_Marshal

func (m *PayinStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PayinStatus) XXX_Merge

func (m *PayinStatus) XXX_Merge(src proto.Message)

func (*PayinStatus) XXX_Size

func (m *PayinStatus) XXX_Size() int

func (*PayinStatus) XXX_Unmarshal

func (m *PayinStatus) XXX_Unmarshal(b []byte) error

type PayoutStatus

type PayoutStatus struct {
	FromAddress          []byte       `protobuf:"bytes,1,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"`
	ToAddress            []byte       `protobuf:"bytes,2,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"`
	AuthAddress          []byte       `protobuf:"bytes,3,opt,name=auth_address,json=authAddress,proto3" json:"auth_address,omitempty"`
	Status               EscrowStatus `protobuf:"varint,4,opt,name=status,proto3,enum=escrow.EscrowStatus" json:"status,omitempty"`
	Amount               int64        `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	Collateral           int64        `protobuf:"varint,6,opt,name=collateral,proto3" json:"collateral,omitempty"`
	Withhold             int64        `protobuf:"varint,7,opt,name=withhold,proto3" json:"withhold,omitempty"`
	PaidAmount           int64        `protobuf:"varint,8,opt,name=paid_amount,json=paidAmount,proto3" json:"paid_amount,omitempty"`
	NumPaid              int32        `protobuf:"varint,9,opt,name=num_paid,json=numPaid,proto3" json:"num_paid,omitempty"`
	LeftAmount           int64        `protobuf:"varint,10,opt,name=left_amount,json=leftAmount,proto3" json:"left_amount,omitempty"`
	NumLeft              int32        `protobuf:"varint,11,opt,name=num_left,json=numLeft,proto3" json:"num_left,omitempty"`
	NextAmount           int64        `protobuf:"varint,12,opt,name=next_amount,json=nextAmount,proto3" json:"next_amount,omitempty"`
	LastPayoutTime       *time.Time   `protobuf:"bytes,13,opt,name=last_payout_time,json=lastPayoutTime,proto3,stdtime" json:"last_payout_time,omitempty"`
	NextPayoutTime       *time.Time   `protobuf:"bytes,14,opt,name=next_payout_time,json=nextPayoutTime,proto3,stdtime" json:"next_payout_time,omitempty"`
	EscrowAddress        []byte       `protobuf:"bytes,15,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	EscrowSignTime       *time.Time   `protobuf:"bytes,16,opt,name=escrow_sign_time,json=escrowSignTime,proto3,stdtime" json:"escrow_sign_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PayoutStatus) Descriptor

func (*PayoutStatus) Descriptor() ([]byte, []int)

func (*PayoutStatus) GetAmount

func (m *PayoutStatus) GetAmount() int64

func (*PayoutStatus) GetAuthAddress

func (m *PayoutStatus) GetAuthAddress() []byte

func (*PayoutStatus) GetCollateral

func (m *PayoutStatus) GetCollateral() int64

func (*PayoutStatus) GetEscrowAddress

func (m *PayoutStatus) GetEscrowAddress() []byte

func (*PayoutStatus) GetEscrowSignTime added in v0.0.8

func (m *PayoutStatus) GetEscrowSignTime() *time.Time

func (*PayoutStatus) GetFromAddress

func (m *PayoutStatus) GetFromAddress() []byte

func (*PayoutStatus) GetLastPayoutTime

func (m *PayoutStatus) GetLastPayoutTime() *time.Time

func (*PayoutStatus) GetLeftAmount

func (m *PayoutStatus) GetLeftAmount() int64

func (*PayoutStatus) GetNextAmount

func (m *PayoutStatus) GetNextAmount() int64

func (*PayoutStatus) GetNextPayoutTime

func (m *PayoutStatus) GetNextPayoutTime() *time.Time

func (*PayoutStatus) GetNumLeft

func (m *PayoutStatus) GetNumLeft() int32

func (*PayoutStatus) GetNumPaid

func (m *PayoutStatus) GetNumPaid() int32

func (*PayoutStatus) GetPaidAmount

func (m *PayoutStatus) GetPaidAmount() int64

func (*PayoutStatus) GetStatus

func (m *PayoutStatus) GetStatus() EscrowStatus

func (*PayoutStatus) GetToAddress

func (m *PayoutStatus) GetToAddress() []byte

func (*PayoutStatus) GetWithhold

func (m *PayoutStatus) GetWithhold() int64

func (*PayoutStatus) ProtoMessage

func (*PayoutStatus) ProtoMessage()

func (*PayoutStatus) Reset

func (m *PayoutStatus) Reset()

func (*PayoutStatus) String

func (m *PayoutStatus) String() string

func (*PayoutStatus) XXX_DiscardUnknown

func (m *PayoutStatus) XXX_DiscardUnknown()

func (*PayoutStatus) XXX_Marshal

func (m *PayoutStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PayoutStatus) XXX_Merge

func (m *PayoutStatus) XXX_Merge(src proto.Message)

func (*PayoutStatus) XXX_Size

func (m *PayoutStatus) XXX_Size() int

func (*PayoutStatus) XXX_Unmarshal

func (m *PayoutStatus) XXX_Unmarshal(b []byte) error

type Schedule

type Schedule int32
const (
	Schedule_MONTHLY   Schedule = 0
	Schedule_QUARTERLY Schedule = 1
	Schedule_ANNUALLY  Schedule = 2
)

func (Schedule) EnumDescriptor

func (Schedule) EnumDescriptor() ([]byte, []int)

func (Schedule) String

func (x Schedule) String() string

type SignedCancelContractResult added in v0.0.8

type SignedCancelContractResult struct {
	Result               *CancelContractResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	EscrowSignature      []byte                `protobuf:"bytes,2,opt,name=escrow_signature,json=escrowSignature,proto3" json:"escrow_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SignedCancelContractResult) Descriptor added in v0.0.8

func (*SignedCancelContractResult) Descriptor() ([]byte, []int)

func (*SignedCancelContractResult) GetEscrowSignature added in v0.0.8

func (m *SignedCancelContractResult) GetEscrowSignature() []byte

func (*SignedCancelContractResult) GetResult added in v0.0.8

func (*SignedCancelContractResult) ProtoMessage added in v0.0.8

func (*SignedCancelContractResult) ProtoMessage()

func (*SignedCancelContractResult) Reset added in v0.0.8

func (m *SignedCancelContractResult) Reset()

func (*SignedCancelContractResult) String added in v0.0.8

func (m *SignedCancelContractResult) String() string

func (*SignedCancelContractResult) XXX_DiscardUnknown added in v0.0.8

func (m *SignedCancelContractResult) XXX_DiscardUnknown()

func (*SignedCancelContractResult) XXX_Marshal added in v0.0.8

func (m *SignedCancelContractResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedCancelContractResult) XXX_Merge added in v0.0.8

func (m *SignedCancelContractResult) XXX_Merge(src proto.Message)

func (*SignedCancelContractResult) XXX_Size added in v0.0.8

func (m *SignedCancelContractResult) XXX_Size() int

func (*SignedCancelContractResult) XXX_Unmarshal added in v0.0.8

func (m *SignedCancelContractResult) XXX_Unmarshal(b []byte) error

type SignedCancelRequest added in v0.0.8

type SignedCancelRequest struct {
	Request              *CancelContractRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	AuthSignature        []byte                 `protobuf:"bytes,2,opt,name=auth_signature,json=authSignature,proto3" json:"auth_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SignedCancelRequest) Descriptor added in v0.0.8

func (*SignedCancelRequest) Descriptor() ([]byte, []int)

func (*SignedCancelRequest) GetAuthSignature added in v0.0.8

func (m *SignedCancelRequest) GetAuthSignature() []byte

func (*SignedCancelRequest) GetRequest added in v0.0.8

func (m *SignedCancelRequest) GetRequest() *CancelContractRequest

func (*SignedCancelRequest) ProtoMessage added in v0.0.8

func (*SignedCancelRequest) ProtoMessage()

func (*SignedCancelRequest) Reset added in v0.0.8

func (m *SignedCancelRequest) Reset()

func (*SignedCancelRequest) String added in v0.0.8

func (m *SignedCancelRequest) String() string

func (*SignedCancelRequest) XXX_DiscardUnknown added in v0.0.8

func (m *SignedCancelRequest) XXX_DiscardUnknown()

func (*SignedCancelRequest) XXX_Marshal added in v0.0.8

func (m *SignedCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedCancelRequest) XXX_Merge added in v0.0.8

func (m *SignedCancelRequest) XXX_Merge(src proto.Message)

func (*SignedCancelRequest) XXX_Size added in v0.0.8

func (m *SignedCancelRequest) XXX_Size() int

func (*SignedCancelRequest) XXX_Unmarshal added in v0.0.8

func (m *SignedCancelRequest) XXX_Unmarshal(b []byte) error

type SignedContractID added in v0.0.8

type SignedContractID struct {
	Data                 *ContractID `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Signature            []byte      `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SignedContractID) Descriptor added in v0.0.8

func (*SignedContractID) Descriptor() ([]byte, []int)

func (*SignedContractID) GetData added in v0.0.8

func (m *SignedContractID) GetData() *ContractID

func (*SignedContractID) GetSignature added in v0.0.8

func (m *SignedContractID) GetSignature() []byte

func (*SignedContractID) ProtoMessage added in v0.0.8

func (*SignedContractID) ProtoMessage()

func (*SignedContractID) Reset added in v0.0.8

func (m *SignedContractID) Reset()

func (*SignedContractID) String added in v0.0.8

func (m *SignedContractID) String() string

func (*SignedContractID) XXX_DiscardUnknown added in v0.0.8

func (m *SignedContractID) XXX_DiscardUnknown()

func (*SignedContractID) XXX_Marshal added in v0.0.8

func (m *SignedContractID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedContractID) XXX_Merge added in v0.0.8

func (m *SignedContractID) XXX_Merge(src proto.Message)

func (*SignedContractID) XXX_Size added in v0.0.8

func (m *SignedContractID) XXX_Size() int

func (*SignedContractID) XXX_Unmarshal added in v0.0.8

func (m *SignedContractID) XXX_Unmarshal(b []byte) error

type SignedEscrowContract

type SignedEscrowContract struct {
	Contract             *EscrowContract `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	BuyerSignature       []byte          `protobuf:"bytes,2,opt,name=buyer_signature,json=buyerSignature,proto3" json:"buyer_signature,omitempty"`
	SellerSignature      []byte          `protobuf:"bytes,3,opt,name=seller_signature,json=sellerSignature,proto3" json:"seller_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SignedEscrowContract) Descriptor

func (*SignedEscrowContract) Descriptor() ([]byte, []int)

func (*SignedEscrowContract) GetBuyerSignature

func (m *SignedEscrowContract) GetBuyerSignature() []byte

func (*SignedEscrowContract) GetContract

func (m *SignedEscrowContract) GetContract() *EscrowContract

func (*SignedEscrowContract) GetSellerSignature

func (m *SignedEscrowContract) GetSellerSignature() []byte

func (*SignedEscrowContract) ProtoMessage

func (*SignedEscrowContract) ProtoMessage()

func (*SignedEscrowContract) Reset

func (m *SignedEscrowContract) Reset()

func (*SignedEscrowContract) String

func (m *SignedEscrowContract) String() string

func (*SignedEscrowContract) XXX_DiscardUnknown

func (m *SignedEscrowContract) XXX_DiscardUnknown()

func (*SignedEscrowContract) XXX_Marshal

func (m *SignedEscrowContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedEscrowContract) XXX_Merge

func (m *SignedEscrowContract) XXX_Merge(src proto.Message)

func (*SignedEscrowContract) XXX_Size

func (m *SignedEscrowContract) XXX_Size() int

func (*SignedEscrowContract) XXX_Unmarshal

func (m *SignedEscrowContract) XXX_Unmarshal(b []byte) error

type SignedPayinResult added in v0.0.8

type SignedPayinResult struct {
	Result               *PayinResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	EscrowSignature      []byte       `protobuf:"bytes,2,opt,name=escrow_signature,json=escrowSignature,proto3" json:"escrow_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SignedPayinResult) Descriptor added in v0.0.8

func (*SignedPayinResult) Descriptor() ([]byte, []int)

func (*SignedPayinResult) GetEscrowSignature added in v0.0.8

func (m *SignedPayinResult) GetEscrowSignature() []byte

func (*SignedPayinResult) GetResult added in v0.0.8

func (m *SignedPayinResult) GetResult() *PayinResult

func (*SignedPayinResult) ProtoMessage added in v0.0.8

func (*SignedPayinResult) ProtoMessage()

func (*SignedPayinResult) Reset added in v0.0.8

func (m *SignedPayinResult) Reset()

func (*SignedPayinResult) String added in v0.0.8

func (m *SignedPayinResult) String() string

func (*SignedPayinResult) XXX_DiscardUnknown added in v0.0.8

func (m *SignedPayinResult) XXX_DiscardUnknown()

func (*SignedPayinResult) XXX_Marshal added in v0.0.8

func (m *SignedPayinResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedPayinResult) XXX_Merge added in v0.0.8

func (m *SignedPayinResult) XXX_Merge(src proto.Message)

func (*SignedPayinResult) XXX_Size added in v0.0.8

func (m *SignedPayinResult) XXX_Size() int

func (*SignedPayinResult) XXX_Unmarshal added in v0.0.8

func (m *SignedPayinResult) XXX_Unmarshal(b []byte) error

type SignedPayinRquest added in v0.0.8

type SignedPayinRquest struct {
	Request              *PayinRquest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	BuyerSignature       []byte       `protobuf:"bytes,2,opt,name=buyer_signature,json=buyerSignature,proto3" json:"buyer_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SignedPayinRquest) Descriptor added in v0.0.8

func (*SignedPayinRquest) Descriptor() ([]byte, []int)

func (*SignedPayinRquest) GetBuyerSignature added in v0.0.8

func (m *SignedPayinRquest) GetBuyerSignature() []byte

func (*SignedPayinRquest) GetRequest added in v0.0.8

func (m *SignedPayinRquest) GetRequest() *PayinRquest

func (*SignedPayinRquest) ProtoMessage added in v0.0.8

func (*SignedPayinRquest) ProtoMessage()

func (*SignedPayinRquest) Reset added in v0.0.8

func (m *SignedPayinRquest) Reset()

func (*SignedPayinRquest) String added in v0.0.8

func (m *SignedPayinRquest) String() string

func (*SignedPayinRquest) XXX_DiscardUnknown added in v0.0.8

func (m *SignedPayinRquest) XXX_DiscardUnknown()

func (*SignedPayinRquest) XXX_Marshal added in v0.0.8

func (m *SignedPayinRquest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedPayinRquest) XXX_Merge added in v0.0.8

func (m *SignedPayinRquest) XXX_Merge(src proto.Message)

func (*SignedPayinRquest) XXX_Size added in v0.0.8

func (m *SignedPayinRquest) XXX_Size() int

func (*SignedPayinRquest) XXX_Unmarshal added in v0.0.8

func (m *SignedPayinRquest) XXX_Unmarshal(b []byte) error

type SignedPayinStatus added in v0.0.8

type SignedPayinStatus struct {
	Status               *PayinStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	EscrowSignature      []byte       `protobuf:"bytes,2,opt,name=escrow_signature,json=escrowSignature,proto3" json:"escrow_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SignedPayinStatus) Descriptor added in v0.0.8

func (*SignedPayinStatus) Descriptor() ([]byte, []int)

func (*SignedPayinStatus) GetEscrowSignature added in v0.0.8

func (m *SignedPayinStatus) GetEscrowSignature() []byte

func (*SignedPayinStatus) GetStatus added in v0.0.8

func (m *SignedPayinStatus) GetStatus() *PayinStatus

func (*SignedPayinStatus) ProtoMessage added in v0.0.8

func (*SignedPayinStatus) ProtoMessage()

func (*SignedPayinStatus) Reset added in v0.0.8

func (m *SignedPayinStatus) Reset()

func (*SignedPayinStatus) String added in v0.0.8

func (m *SignedPayinStatus) String() string

func (*SignedPayinStatus) XXX_DiscardUnknown added in v0.0.8

func (m *SignedPayinStatus) XXX_DiscardUnknown()

func (*SignedPayinStatus) XXX_Marshal added in v0.0.8

func (m *SignedPayinStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedPayinStatus) XXX_Merge added in v0.0.8

func (m *SignedPayinStatus) XXX_Merge(src proto.Message)

func (*SignedPayinStatus) XXX_Size added in v0.0.8

func (m *SignedPayinStatus) XXX_Size() int

func (*SignedPayinStatus) XXX_Unmarshal added in v0.0.8

func (m *SignedPayinStatus) XXX_Unmarshal(b []byte) error

type SignedPayoutStatus added in v0.0.8

type SignedPayoutStatus struct {
	Status               *PayoutStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	EscrowSignature      []byte        `protobuf:"bytes,2,opt,name=escrow_signature,json=escrowSignature,proto3" json:"escrow_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SignedPayoutStatus) Descriptor added in v0.0.8

func (*SignedPayoutStatus) Descriptor() ([]byte, []int)

func (*SignedPayoutStatus) GetEscrowSignature added in v0.0.8

func (m *SignedPayoutStatus) GetEscrowSignature() []byte

func (*SignedPayoutStatus) GetStatus added in v0.0.8

func (m *SignedPayoutStatus) GetStatus() *PayoutStatus

func (*SignedPayoutStatus) ProtoMessage added in v0.0.8

func (*SignedPayoutStatus) ProtoMessage()

func (*SignedPayoutStatus) Reset added in v0.0.8

func (m *SignedPayoutStatus) Reset()

func (*SignedPayoutStatus) String added in v0.0.8

func (m *SignedPayoutStatus) String() string

func (*SignedPayoutStatus) XXX_DiscardUnknown added in v0.0.8

func (m *SignedPayoutStatus) XXX_DiscardUnknown()

func (*SignedPayoutStatus) XXX_Marshal added in v0.0.8

func (m *SignedPayoutStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedPayoutStatus) XXX_Merge added in v0.0.8

func (m *SignedPayoutStatus) XXX_Merge(src proto.Message)

func (*SignedPayoutStatus) XXX_Size added in v0.0.8

func (m *SignedPayoutStatus) XXX_Size() int

func (*SignedPayoutStatus) XXX_Unmarshal added in v0.0.8

func (m *SignedPayoutStatus) XXX_Unmarshal(b []byte) error

type SignedSubmitContractResult added in v0.0.8

type SignedSubmitContractResult struct {
	Result               *SubmitContractResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	EscrowSignature      []byte                `protobuf:"bytes,2,opt,name=escrow_signature,json=escrowSignature,proto3" json:"escrow_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SignedSubmitContractResult) Descriptor added in v0.0.8

func (*SignedSubmitContractResult) Descriptor() ([]byte, []int)

func (*SignedSubmitContractResult) GetEscrowSignature added in v0.0.8

func (m *SignedSubmitContractResult) GetEscrowSignature() []byte

func (*SignedSubmitContractResult) GetResult added in v0.0.8

func (*SignedSubmitContractResult) ProtoMessage added in v0.0.8

func (*SignedSubmitContractResult) ProtoMessage()

func (*SignedSubmitContractResult) Reset added in v0.0.8

func (m *SignedSubmitContractResult) Reset()

func (*SignedSubmitContractResult) String added in v0.0.8

func (m *SignedSubmitContractResult) String() string

func (*SignedSubmitContractResult) XXX_DiscardUnknown added in v0.0.8

func (m *SignedSubmitContractResult) XXX_DiscardUnknown()

func (*SignedSubmitContractResult) XXX_Marshal added in v0.0.8

func (m *SignedSubmitContractResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedSubmitContractResult) XXX_Merge added in v0.0.8

func (m *SignedSubmitContractResult) XXX_Merge(src proto.Message)

func (*SignedSubmitContractResult) XXX_Size added in v0.0.8

func (m *SignedSubmitContractResult) XXX_Size() int

func (*SignedSubmitContractResult) XXX_Unmarshal added in v0.0.8

func (m *SignedSubmitContractResult) XXX_Unmarshal(b []byte) error

type SubmitContractResult added in v0.0.8

type SubmitContractResult struct {
	PayinId              []byte     `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"`
	Escrow               []*Escrow  `protobuf:"bytes,2,rep,name=escrow,proto3" json:"escrow,omitempty"`
	EscrowAddress        []byte     `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	EscrowSignedTime     *time.Time `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SubmitContractResult) Descriptor added in v0.0.8

func (*SubmitContractResult) Descriptor() ([]byte, []int)

func (*SubmitContractResult) GetEscrow added in v0.0.8

func (m *SubmitContractResult) GetEscrow() []*Escrow

func (*SubmitContractResult) GetEscrowAddress added in v0.0.8

func (m *SubmitContractResult) GetEscrowAddress() []byte

func (*SubmitContractResult) GetEscrowSignedTime added in v0.0.8

func (m *SubmitContractResult) GetEscrowSignedTime() *time.Time

func (*SubmitContractResult) GetPayinId added in v0.0.8

func (m *SubmitContractResult) GetPayinId() []byte

func (*SubmitContractResult) ProtoMessage added in v0.0.8

func (*SubmitContractResult) ProtoMessage()

func (*SubmitContractResult) Reset added in v0.0.8

func (m *SubmitContractResult) Reset()

func (*SubmitContractResult) String added in v0.0.8

func (m *SubmitContractResult) String() string

func (*SubmitContractResult) XXX_DiscardUnknown added in v0.0.8

func (m *SubmitContractResult) XXX_DiscardUnknown()

func (*SubmitContractResult) XXX_Marshal added in v0.0.8

func (m *SubmitContractResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubmitContractResult) XXX_Merge added in v0.0.8

func (m *SubmitContractResult) XXX_Merge(src proto.Message)

func (*SubmitContractResult) XXX_Size added in v0.0.8

func (m *SubmitContractResult) XXX_Size() int

func (*SubmitContractResult) XXX_Unmarshal added in v0.0.8

func (m *SubmitContractResult) XXX_Unmarshal(b []byte) error

type TokenType

type TokenType int32
const (
	TokenType_BTT TokenType = 0
)

func (TokenType) EnumDescriptor

func (TokenType) EnumDescriptor() ([]byte, []int)

func (TokenType) String

func (x TokenType) String() string

type UnimplementedEscrowServiceServer

type UnimplementedEscrowServiceServer struct {
}

UnimplementedEscrowServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedEscrowServiceServer) CancelContracts

func (*UnimplementedEscrowServiceServer) GetPayOutStatus

func (*UnimplementedEscrowServiceServer) IsPaid

func (*UnimplementedEscrowServiceServer) PayIn

func (*UnimplementedEscrowServiceServer) SubmitContracts

Jump to

Keyboard shortcuts

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