NetworkFuel: {
    assetId: string;
    chainId: number;
    contractId?: string;
    decimals: number;
    type: "fuel";
}

Type declaration

  • assetId: string

    assetId on the Fuel Network

  • chainId: number

    chain id of the network

  • OptionalcontractId?: string

    the contractId of that generated the Asset on the Fuel Network

  • decimals: number

    number of decimals of the asset

  • type: "fuel"

    type of network