Documentation
¶
Overview ¶
Copyright © 2019 Annchain Authors <EMAIL ADDRESS>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type Vrf
- type VrfData
- type VrfInfo
- func (z *VrfInfo) DecodeMsg(dc *msgp.Reader) (err error)
- func (z *VrfInfo) EncodeMsg(en *msgp.Writer) (err error)
- func (z *VrfInfo) MarshalMsg(b []byte) (o []byte, err error)
- func (z *VrfInfo) Msgsize() (s int)
- func (v *VrfInfo) String() string
- func (z *VrfInfo) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vrf ¶
type Vrf struct { }
func (*Vrf) GenerateVrf ¶
func (*Vrf) VerifyVrfData ¶
func (*Vrf) VrfCondition ¶
type VrfData ¶
func (*VrfData) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type VrfInfo ¶
func (*VrfInfo) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.