Documentation ¶
Overview ¶
Copyright 2019 Nick Johnson. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DNSSEC_ROOT_CLAIM_INTERFACE_ID = [4]byte{0xc7, 0xfe, 0x16, 0xbf}
View Source
var InterfaceNotSupportedError = errors.New("Interface not supported")
Functions ¶
This section is empty.
Types ¶
type Root ¶
type Root struct {
// contains filtered or unexported fields
}
func (*Root) Claim ¶
func (r *Root) Claim(opts *bind.TransactOpts, name string, sets []proofs.SignedSet) (*types.Transaction, error)
func (*Root) ClaimDefault ¶
func (r *Root) ClaimDefault(opts *bind.TransactOpts, name string, nsecsets, dssets []proofs.SignedSet) ([]*types.Transaction, error)
Click to show internal directories.
Click to hide internal directories.