Type Alias PoolAssetConfig

PoolAssetConfig: {
    assetId: bigint;
    jettonMasterAddress: Address;
    jettonWalletCode: Cell;
    name: string;
}