Avalanche SDK Client
    Preparing search index...

    Type Alias GetMinStakeReturnType

    Return type for the platform.getMinStake method.

    type GetMinStakeReturnType = {
        minDelegatorStake: bigint;
        minValidatorStake: bigint;
    }
    Index

    Properties

    minDelegatorStake: bigint

    The minimum amount of stake required for a delegator

    minValidatorStake: bigint

    The minimum amount of stake required for a validator