transaction

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2020 License: BSD-3-Clause Imports: 0 Imported by: 6

Documentation

Overview

* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TransactionService

type TransactionService interface {
	ResolveTransactionInput(txnInputsMetadata []TxnInputAttribute) (map[string]interface{}, error)
	GetInitiatorCertAttribute(attr string) (value string, found bool, err error)
	GetTransactionName() string
	GetTransactionInitiator() (string, error)
	TransactionSecuritySupported() bool
}

type TxnACL

type TxnACL struct {
	AuthorizedParty []string
	Conditions      map[string]string
}

type TxnInputAttribute

type TxnInputAttribute struct {
	Name          string
	DataType      string
	IsAssetRef    bool
	IsArray       bool
	AssetName     string
	Identifiers   string
	IsParticipant bool
}

Jump to

Keyboard shortcuts

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