Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterBackend ¶
type RegisterWrapper ¶
type RegisterWrapper struct { *pdash.RegisterSession // contains filtered or unexported fields }
func DeployRegisterAndReturnWrapper ¶
func DeployRegisterAndReturnWrapper(transactOpts *bind.TransactOpts, contractBackend RegisterBackend) (common.Address, *RegisterWrapper, *proxy.ProxyContractRegister, error)
func NewRegisterWrapper ¶
func NewRegisterWrapper(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*RegisterWrapper, error)
func (*RegisterWrapper) ClaimRegister ¶
func (self *RegisterWrapper) ClaimRegister(transactOpts *bind.TransactOpts, fileName string, fileHash [32]byte, fileSize *big.Int) (*types.Transaction, error)
func (*RegisterWrapper) GetUploadCount ¶
Click to show internal directories.
Click to hide internal directories.