Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareCreateSubnetTxnParameters

    PrepareCreateSubnetTxnParameters: CommonTxParams & { context?: ContextType.Context; subnetOwners: SubnetOwners }

    Type declaration

    • Optionalcontext?: ContextType.Context

      Optional. The context to use for the transaction. If not provided, the context will be fetched. ContextType.Context

    • subnetOwners: SubnetOwners

      Subnet owners of the subnet being created. Signatures from these addresses will be required to any Subnet related transactions. SubnetOwners