Documentation ¶
Index ¶
- Constants
- Variables
- func Codec() *codec.ProtoCodec
- func NewIntFromInt64WithDecimal(amount int64, decimal int64) sdkmath.Int
- type MsgAttest
- type MsgBeginRedelegate
- type MsgCancelUnbondingDelegation
- type MsgClaim
- type MsgCopyObject
- type MsgCreateBucket
- type MsgCreateGroup
- type MsgCreateObject
- type MsgCreatePaymentAccount
- type MsgCreateStorageProvider
- type MsgCreateValidator
- type MsgDelegate
- type MsgDeleteBucket
- type MsgDeleteGroup
- type MsgDeleteObject
- type MsgDisableRefund
- type MsgEditStorageProvider
- type MsgEditValidator
- type MsgExecLegacyContent
- type MsgFundCommunityPool
- type MsgGovDeposit
- type MsgGrant
- type MsgGrantAllowance
- type MsgImpeach
- type MsgLeaveGroup
- type MsgPaymentDeposit
- type MsgRejectSealObject
- type MsgRevoke
- type MsgRevokeAllowance
- type MsgSealObject
- type MsgSend
- type MsgSetWithdrawAddress
- type MsgSpDeposit
- type MsgSubmit
- type MsgSubmitProposal
- type MsgTransferOut
- type MsgUndelegate
- type MsgUnjail
- type MsgUpdateGroupMember
- type MsgVote
- type MsgVoteWeighted
- type MsgWithdraw
- type MsgWithdrawDelegatorReward
- type MsgWithdrawValidatorCommission
- type TxOption
Constants ¶
View Source
const ( Denom = "BNB" // DecimalBNB defines number of BNB decimal places DecimalBNB = 18 // DecimalGwei defines number of gweiBNB decimal places DecimalGwei = 9 )
Variables ¶
View Source
var ( KeyManagerNotInitError = errors.New("Key manager is not initialized yet ") ChainIdNotSetError = errors.New("ChainID is not set yet ") SimulatedGasPriceError = errors.New("Simulated gas price is 0 ") FeeAmountNotValidError = errors.New("Fee Amount coin should only be BNB") GasInfoNotProvidedError = errors.New("Gas limit and(or) Fee Amount missing in txOpt") RpcAddressNotProvidedError = errors.New("Rpc address is not provided") )
Functions ¶
func Codec ¶ added in v0.1.2
func Codec() *codec.ProtoCodec
Types ¶
type MsgAttest ¶ added in v0.0.7
type MsgAttest = challengetypes.MsgAttest
type MsgBeginRedelegate ¶
type MsgBeginRedelegate = stakingtypes.MsgBeginRedelegate
type MsgCancelUnbondingDelegation ¶
type MsgCancelUnbondingDelegation = stakingtypes.MsgCancelUnbondingDelegation
type MsgClaim ¶
type MsgClaim = oracletypes.MsgClaim
type MsgCopyObject ¶
type MsgCopyObject = storagetypes.MsgCopyObject
type MsgCreateBucket ¶
type MsgCreateBucket = storagetypes.MsgCreateBucket
type MsgCreateGroup ¶
type MsgCreateGroup = storagetypes.MsgCreateGroup
type MsgCreateObject ¶
type MsgCreateObject = storagetypes.MsgCreateObject
type MsgCreatePaymentAccount ¶
type MsgCreatePaymentAccount = paymenttypes.MsgCreatePaymentAccount
type MsgCreateStorageProvider ¶
type MsgCreateStorageProvider = sptypes.MsgCreateStorageProvider
type MsgCreateValidator ¶
type MsgCreateValidator = stakingtypes.MsgCreateValidator
type MsgDelegate ¶
type MsgDelegate = stakingtypes.MsgDelegate
type MsgDeleteBucket ¶
type MsgDeleteBucket = storagetypes.MsgDeleteBucket
type MsgDeleteGroup ¶
type MsgDeleteGroup = storagetypes.MsgDeleteGroup
type MsgDeleteObject ¶
type MsgDeleteObject = storagetypes.MsgDeleteObject
type MsgDisableRefund ¶
type MsgDisableRefund = paymenttypes.MsgDisableRefund
type MsgEditStorageProvider ¶
type MsgEditStorageProvider = sptypes.MsgEditStorageProvider
type MsgEditValidator ¶
type MsgEditValidator = stakingtypes.MsgEditValidator
type MsgExecLegacyContent ¶
type MsgExecLegacyContent = govv1.MsgExecLegacyContent
type MsgFundCommunityPool ¶
type MsgFundCommunityPool = distrtypes.MsgFundCommunityPool
type MsgGovDeposit ¶
type MsgGovDeposit = govv1.MsgDeposit
type MsgGrant ¶
type MsgGrant = authztypes.MsgGrant
type MsgGrantAllowance ¶
type MsgGrantAllowance = feegranttypes.MsgGrantAllowance
type MsgImpeach ¶
type MsgImpeach = slashingtypes.MsgImpeach
type MsgLeaveGroup ¶
type MsgLeaveGroup = storagetypes.MsgLeaveGroup
type MsgPaymentDeposit ¶
type MsgPaymentDeposit = paymenttypes.MsgDeposit
type MsgRejectSealObject ¶
type MsgRejectSealObject = storagetypes.MsgRejectSealObject
type MsgRevoke ¶
type MsgRevoke = authztypes.MsgRevoke
type MsgRevokeAllowance ¶
type MsgRevokeAllowance = feegranttypes.MsgRevokeAllowance
type MsgSealObject ¶
type MsgSealObject = storagetypes.MsgSealObject
type MsgSetWithdrawAddress ¶
type MsgSetWithdrawAddress = distrtypes.MsgSetWithdrawAddress
type MsgSpDeposit ¶
type MsgSpDeposit = sptypes.MsgDeposit
type MsgSubmit ¶ added in v0.0.7
type MsgSubmit = challengetypes.MsgSubmit
type MsgSubmitProposal ¶
type MsgSubmitProposal = govv1.MsgSubmitProposal
type MsgTransferOut ¶
type MsgTransferOut = bridgetypes.MsgTransferOut
type MsgUndelegate ¶
type MsgUndelegate = stakingtypes.MsgUndelegate
type MsgUnjail ¶
type MsgUnjail = slashingtypes.MsgUnjail
type MsgUpdateGroupMember ¶
type MsgUpdateGroupMember = storagetypes.MsgUpdateGroupMember
type MsgVoteWeighted ¶
type MsgVoteWeighted = govv1.MsgVoteWeighted
type MsgWithdraw ¶
type MsgWithdraw = paymenttypes.MsgWithdraw
type MsgWithdrawDelegatorReward ¶
type MsgWithdrawDelegatorReward = distrtypes.MsgWithdrawDelegatorReward
type MsgWithdrawValidatorCommission ¶
type MsgWithdrawValidatorCommission = distrtypes.MsgWithdrawValidatorCommission
type TxOption ¶
type TxOption struct { Mode *tx.BroadcastMode NoSimulate bool GasLimit uint64 FeeAmount sdk.Coins Nonce uint64 FeePayer sdk.AccAddress FeeGranter sdk.AccAddress Tip *tx.Tip Memo string OverrideKeyManager *keys.KeyManager }
Click to show internal directories.
Click to hide internal directories.