@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Type Alias BaseControllerInput

    type BaseControllerInput = {
        gasLimit?: bigint;
        gasPrice?: bigint;
        guardian?: Address;
        relayer?: Address;
    }
    Index

    Properties

    gasLimit?: bigint
    gasPrice?: bigint
    guardian?: Address
    relayer?: Address