Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(sp view2.ServiceProvider, network, channel string, NewQueryExecutor func() (*fabric.QueryExecutor, error)) *vault
func NewService ¶
func NewService(sp view2.ServiceProvider) *service
Types ¶
type ListStateQueryIteratorInterface ¶
type ListStateQueryIteratorInterface struct {
// contains filtered or unexported fields
}
func (*ListStateQueryIteratorInterface) Close ¶
func (l *ListStateQueryIteratorInterface) Close() error
func (*ListStateQueryIteratorInterface) HasNext ¶
func (l *ListStateQueryIteratorInterface) HasNext() bool
func (*ListStateQueryIteratorInterface) Next ¶
func (l *ListStateQueryIteratorInterface) Next(state interface{}) (string, error)
type NewQueryExecutorFunc ¶
type NewQueryExecutorFunc func() (*fabric.QueryExecutor, error)
Click to show internal directories.
Click to hide internal directories.